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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c6563 mode_t posix_action; local
6682 posix_action = 0;
6686 posix_action |= VREAD;
6693 posix_action |= VWRITE;
6696 posix_action |= VEXEC;
6698 if (posix_action != 0) {
6699 return(vnode_authorize_posix(vcp, posix_action, 0 /* !on_dir */));

Completed in 102 milliseconds