Searched refs:vnode_authorize_posix (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4850 vnode_authorize_posix(vauth_ctx vcp, int action, int on_dir) function
5092 if (!cached_delete_child && (error = vnode_authorize_posix(vcp, VWRITE, 1 /* on_dir */)) != 0) {
5234 return(vnode_authorize_posix(vcp, posix_action, 0 /* !on_dir */));

Completed in 32 milliseconds