Home
last modified time | relevance | path

Searched refs:vnode_authattr_new (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/sys/
H A Dvnode.h2060 int vnode_authattr_new(vnode_t dvp, struct vnode_attr *vap, int noauth, vfs_context_t ctx);
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c2141 error = vnode_authattr_new(dvp, vap, 0, ctx); in nfsrv_create()
2468 error = vnode_authattr_new(dvp, vap, 0, ctx); in nfsrv_mknod()
3680 error = vnode_authattr_new(dvp, vap, 0, ctx); in nfsrv_symlink()
3922 error = vnode_authattr_new(dvp, vap, 0, ctx); in nfsrv_mkdir()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c6014 error = vnode_authattr_new(dvp, &va, 0, ctx); in symlinkat_internal()
8865 error = vnode_authattr_new(tdvp, nvap, 0, ctx); in clonefile_internal()
H A Dvfs_subr.c10449 vnode_authattr_new(vnode_t dvp, struct vnode_attr *vap, int noauth, vfs_context_t ctx) in vnode_authattr_new() function