Home
last modified time | relevance | path

Searched refs:vn_create (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dvnode_internal.h516 errno_t vn_create(vnode_t, vnode_t *, struct nameidata *, struct vnode_attr *, uint32_t, int, uint3…
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_exclave_fs.c762 error = vn_create(dvp, &vp, &nd, vap, 0, 0, NULL, ctx); in create_exclave_dir()
H A Dvfs_vnops.c246 error = vn_create(dvp, &ndp->ni_vp, ndp, vap, VN_CREATE_DOOPEN, fmode, &status, ctx); in vn_open_auth_do_create()
H A Dvfs_xattr.c2207 error = vn_create(dvp, &nd->ni_vp, nd, va, in open_xattrfile()
H A Dvfs_syscalls.c5625 if ((error = vn_create(dvp, &vp, &nd, vap, 0, 0, NULL, ctx)) != 0) { in mknodat_internal()
5726 error = vn_create(dvp, &vp, &nd, vap, 0, 0, NULL, ctx); in mkfifo1()
10345 if ((error = vn_create(dvp, &vp, &nd, vap, 0, 0, NULL, ctx)) != 0) { in mkdir1at()
14772 error = vn_create(snapdvp, &vp, ndp, vap, in snapshot_create()
H A Dvfs_subr.c8005 vn_create(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags,… in vn_create() function
/xnu-12377.1.9/bsd/kern/
H A Duipc_usrreq.c1235 error = vn_create(dvp, &vp, &nd, &va, 0, 0, NULL, ctx); in unp_bind()