Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h464 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *, vnode_t authvp);
/xnu-12377.41.6/bsd/kern/
H A Dkern_symfile.c272 if ((error = vn_open_auth(&nd, &fmode, &va, NULLVP))) { in kern_open_file_for_direct_io()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c177 error = vn_open_auth(ndp, fmodep, vap, NULLVP); in vn_open_modflags()
375 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap, vnode_t authvp) in vn_open_auth() function
H A Dvfs_exclave_fs.c1091 error = vn_open_auth(ndp, &flags, vap, NULLVP); in exclave_fs_open_internal()
H A Dvfs_syscalls.c4948 if ((error = vn_open_auth(ndp, &flags, vap, authvp))) { in open1()