Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dbuf.h561 void bufstrategy(struct bufobj *, struct buf *);
/freebsd-14.2/sys/kern/
H A Dvfs_bio.c102 .bop_strategy = bufstrategy,
5138 bufstrategy(struct bufobj *bo, struct buf *bp) in bufstrategy() function