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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c5112 mode_t posix_action; local
5217 posix_action = 0;
5221 posix_action |= VREAD;
5228 posix_action |= VWRITE;
5231 posix_action |= VEXEC;
5233 if (posix_action != 0) {
5234 return(vnode_authorize_posix(vcp, posix_action, 0 /* !on_dir */));

Completed in 23 milliseconds