Searched refs:VNOP_COMPOUND_OPEN (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 527 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 D | kpi_vfs.c | 3532 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 D | vfs_subr.c | 7957 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 D | vnode_if.h | 355 extern int VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int3…
|