Lines Matching defs:acc_mode
1631 * while acc_mode and cred are from the VOP_ACCESS parameter list
1635 mode_t acc_mode, struct ucred *cred)
1642 if ((acc_mode & VEXEC) && type != VDIR &&
1652 if (acc_mode & VEXEC)
1654 if (acc_mode & VREAD)
1656 if (acc_mode & VWRITE)
1663 if (acc_mode & VEXEC)
1665 if (acc_mode & VREAD)
1667 if (acc_mode & VWRITE)
1673 if (acc_mode & VEXEC)
1675 if (acc_mode & VREAD)
1677 if (acc_mode & VWRITE)