Searched refs:v_strategy_op (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sbin/fsck_lfs/
H A Dvnode.h42 int (*v_strategy_op) (struct ubuf *); member in struct:uvnode
62 #define VOP_STRATEGY(bp) ((bp)->b_vp->v_strategy_op(bp))
H A Dlfs.c344 vp->v_strategy_op = lfs_vop_strategy;
481 devvp->v_strategy_op = raw_vop_strategy;
/netbsd-current/libexec/lfs_cleanerd/
H A Dfdfs.c111 vp->v_strategy_op = fd_vop_strategy;

Completed in 178 milliseconds