Searched refs:vn_create (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | vnode_internal.h | 516 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 D | vfs_exclave_fs.c | 762 error = vn_create(dvp, &vp, &nd, vap, 0, 0, NULL, ctx); in create_exclave_dir()
|
| H A D | vfs_vnops.c | 246 error = vn_create(dvp, &ndp->ni_vp, ndp, vap, VN_CREATE_DOOPEN, fmode, &status, ctx); in vn_open_auth_do_create()
|
| H A D | vfs_xattr.c | 2207 error = vn_create(dvp, &nd->ni_vp, nd, va, in open_xattrfile()
|
| H A D | vfs_syscalls.c | 5625 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 D | vfs_subr.c | 8005 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 D | uipc_usrreq.c | 1235 error = vn_create(dvp, &vp, &nd, &va, 0, 0, NULL, ctx); in unp_bind()
|