Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c9293 vnode_authorize_posix(vauth_ctx vcp, int action, int on_dir) in vnode_authorize_posix() argument
9305 if (on_dir) { in vnode_authorize_posix()
9379 if ((on_dir && vauth_dir_owner(vcp)) || in vnode_authorize_posix()
9380 (!on_dir && vauth_file_owner(vcp))) { in vnode_authorize_posix()
9409 if (on_dir) { in vnode_authorize_posix()
9453 on_dir ? vcp->dvap->va_uid : vcp->vap->va_uid, in vnode_authorize_posix()
9454 on_dir ? vcp->dvap->va_gid : vcp->vap->va_gid); in vnode_authorize_posix()