Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ufs/
HDffs_vnops.c74 .vop_balloc = ffs_balloc,
/dragonfly/sys/sys/
HDvfsops.h651 int (*vop_balloc)(struct vop_balloc_args *); member
838 int vop_balloc(struct vop_ops *ops, struct vnode *vp, off_t startoffset,
1099 vop_balloc(*(vp)->v_ops, vp, offset, size, cred, flags, bpp)
/dragonfly/sys/kern/
HDvfs_vopops.c1038 vop_balloc(struct vop_ops *ops, struct vnode *vp, off_t startoffset, in vop_balloc() function
1056 DO_OPS(ops, error, &ap, vop_balloc); in vop_balloc()
2017 DO_OPS(ap->a_head.a_ops, error, ap, vop_balloc); in vop_balloc_ap()