Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dvnode_internal.h469 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *, vnode_t authvp);
/xnu-11215.81.4/bsd/kern/
H A Dkern_symfile.c271 if ((error = vn_open_auth(&nd, &fmode, &va, NULLVP))) { in kern_open_file_for_direct_io()
/xnu-11215.81.4/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.c1080 error = vn_open_auth(ndp, &flags, vap, NULLVP); in exclave_fs_open_internal()
H A Dvfs_syscalls.c4721 if ((error = vn_open_auth(ndp, &flags, vap, authvp))) { in open1()