Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dfsctl.h321 vnode_t authvp; member
H A Dvnode_internal.h470 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *, vnode_t authvp);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c375 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap, vnode_t authvp) in vn_open_auth() argument
401 if ((authvp != NULLVP) in vn_open_auth()
690 fsioc_auth_fs_t afs = { .authvp = authvp }; in vn_open_auth()
2385 fsioc_auth_fs_t afs = { .authvp = NULL }; in vnode_isauthfs()
H A Dvfs_syscalls.c4860 vnode_t authvp = NULLVP; in open1() local
4903 error = vnode_getfromfd(ctx, authfd, &authvp); in open1()
4910 if ((error = vn_open_auth(ndp, &flags, vap, authvp))) { in open1()
4911 if (authvp != NULLVP) { in open1()
4912 vnode_put(authvp); in open1()
4927 if (authvp != NULLVP) { in open1()
4928 vnode_put(authvp); in open1()