Home
last modified time | relevance | path

Searched refs:VNOP_CREATE (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h240 extern errno_t VNOP_CREATE(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_con…
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c844 error = VNOP_CREATE(dvp, &svp, &cn, &va, kernelctx); in getshadowfile()
H A Dkpi_vfs.c3618 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_co… in VNOP_CREATE() function
H A Dvfs_subr.c7959 return VNOP_CREATE(dvp, vpp, &ndp->ni_cnd, vap, ctx); in vn_create_reg()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c2154 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()