Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dvnode.h2066 int vnode_authattr_new(vnode_t dvp, struct vnode_attr *vap, int noauth, vfs_context_t ctx);
/xnu-12377.1.9/bsd/nfs/
H A Dnfs_serv.c2142 error = vnode_authattr_new(dvp, vap, 0, ctx); in nfsrv_create()
2469 error = vnode_authattr_new(dvp, vap, 0, ctx); in nfsrv_mknod()
3686 error = vnode_authattr_new(dvp, vap, 0, ctx); in nfsrv_symlink()
3928 error = vnode_authattr_new(dvp, vap, 0, ctx); in nfsrv_mkdir()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c6254 error = vnode_authattr_new(dvp, &va, 0, ctx); in symlinkat_internal()
9160 error = vnode_authattr_new(tdvp, nvap, 0, ctx); in clonefile_internal()
H A Dvfs_subr.c10565 vnode_authattr_new(vnode_t dvp, struct vnode_attr *vap, int noauth, vfs_context_t ctx) in vnode_authattr_new() function