Home
last modified time | relevance | path

Searched refs:BO_STRATEGY (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dbufobj.h86 #define BO_STRATEGY(bo, bp) ((bo)->bo_ops->bop_strategy((bo), (bp))) macro
H A Dbuf.h437 BO_STRATEGY(bp->b_bufobj, bp); in bstrategy()
/freebsd/sys/ufs/ffs/
H A Dffs_rawread.c247 BO_STRATEGY(&dp->v_bufobj, bp); in ffs_rawread_readahead()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vnops.c722 BO_STRATEGY(bo, bp); in cd9660_strategy()
/freebsd/sys/fs/udf/
H A Dudf_vnops.c1046 BO_STRATEGY(bo, bp); in udf_strategy()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1918 BO_STRATEGY(bo, bp); in msdosfs_strategy()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c1598 BO_STRATEGY(bo, bp); in ext2_strategy()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c2588 BO_STRATEGY(VFSTOUFS(vp->v_mount)->um_bo, bp); in ufs_strategy()