Searched refs:vn_open_auth (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_internal.h | 464 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *, vnode_t authvp);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_symfile.c | 272 if ((error = vn_open_auth(&nd, &fmode, &va, NULLVP))) { in kern_open_file_for_direct_io()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 177 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 D | vfs_exclave_fs.c | 1091 error = vn_open_auth(ndp, &flags, vap, NULLVP); in exclave_fs_open_internal()
|
| H A D | vfs_syscalls.c | 4948 if ((error = vn_open_auth(ndp, &flags, vap, authvp))) { in open1()
|