Searched refs:VNOP_CREATE (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 240 extern errno_t VNOP_CREATE(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_con…
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 844 error = VNOP_CREATE(dvp, &svp, &cn, &va, kernelctx); in getshadowfile()
|
| H A D | kpi_vfs.c | 3618 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_co… in VNOP_CREATE() function
|
| H A D | vfs_subr.c | 7959 return VNOP_CREATE(dvp, vpp, &ndp->ni_cnd, vap, ctx); in vn_create_reg()
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 2154 error = VNOP_CREATE(dvp, &vp, &ni.ni_cnd, vap, ctx); in nfsrv_create() 2482 error = VNOP_CREATE(dvp, &vp, &ni.ni_cnd, vap, ctx); in nfsrv_mknod()
|