Home
last modified time | relevance | path

Searched refs:bufstrategy (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dbuf.h566 void bufstrategy(struct bufobj *, struct buf *);
/freebsd/sys/kern/
H A Dvfs_bio.c101 .bop_strategy = bufstrategy,
5162 bufstrategy(struct bufobj *bo, struct buf *bp) in bufstrategy() function