F_RDACC
case F_RDACC:
if (((shr->s_access & F_RDACC) && (flag & FREAD) == 0) ||
(((shr->s_access & F_RDACC) && !(flag & FREAD)) ||
shr.s_access |= F_RDACC;
(((shr->s_access & F_RDACC) && (flag & FREAD) == 0) ||
(((shr->s_access & F_RDACC) && !(flag & FREAD)) ||
new_access |= F_RDACC;
shr.s_access |= F_RDACC;
case F_RDACC:
shr->s_access = F_RDACC;
if ((shr->s_access == F_RDACC) &&
(shrl->shr->s_access == F_RDACC))
if ((shrl->shr->s_access == F_RDACC) &&
if (shr->s_access & F_RDACC)
if ((shr->s_access & (F_RDACC|F_WRACC)) == 0)
if (shr->s_access & ~(F_RDACC|F_WRACC|F_RWACC|F_RMACC|F_MDACC)) {