Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dvnode_internal.h444 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c180 error = vn_open_auth(ndp, fmodep, vap); in vn_open_modflags()
374 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap) in vn_open_auth() function
H A Dvfs_syscalls.c4206 if ((error = vn_open_auth(ndp, &flags, vap))) { in open1()
/xnu-8019.80.24/bsd/kern/
H A Dkern_symfile.c265 if ((error = vn_open_auth(&nd, &fmode, &va))) { in kern_open_file_for_direct_io()