Home
last modified time | relevance | path

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

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