Home
last modified time | relevance | path

Searched refs:VNOP_COMPOUND_OPEN (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c527 error = VNOP_COMPOUND_OPEN(dvp, &ndp->ni_vp, ndp, 0, fmode, NULL, NULL, ctx); in vn_open_auth()
597 error = VNOP_COMPOUND_OPEN(dvp, &ndp->ni_vp, ndp, 0, fmode, NULL, NULL, ctx); in vn_open_auth()
611 error = VNOP_COMPOUND_OPEN(dvp, &ndp->ni_vp, ndp, 0, in vn_open_auth()
H A Dkpi_vfs.c3532 VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int32_t fmode, … in VNOP_COMPOUND_OPEN() function
H A Dvfs_subr.c7957 return VNOP_COMPOUND_OPEN(dvp, vpp, ndp, O_CREAT, fmode, statusp, vap, ctx); in vn_create_reg()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h355 extern int VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int3…