Home
last modified time | relevance | path

Searched defs:VOP_BMAP (Results 1 – 2 of 2) sorted by relevance

/netbsd/sbin/fsck_lfs/
H A Dvnode.h64 #define VOP_BMAP(vp, lbn, daddrp) ((vp)->v_bmap_op((vp), (lbn), (daddrp))) macro
/netbsd/sys/kern/
H A Dvnode_if.c1682 VOP_BMAP(struct vnode *vp, in VOP_BMAP() function