Searched refs:v_bmap_op (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sbin/fsck_lfs/
H A Dvnode.h44 int (*v_bmap_op) (struct uvnode *, daddr_t, daddr_t *); member in struct:uvnode
64 #define VOP_BMAP(vp, lbn, daddrp) ((vp)->v_bmap_op((vp), (lbn), (daddrp)))
H A Dlfs.c346 vp->v_bmap_op = lfs_vop_bmap;
483 devvp->v_bmap_op = raw_vop_bmap;
H A Dsegwrite.c1012 if (vp->v_bmap_op != lfs_vop_bmap)
/netbsd-current/libexec/lfs_cleanerd/
H A Dfdfs.c113 vp->v_bmap_op = fd_vop_bmap;

Completed in 199 milliseconds