F_MDACC
if (shr->s_access & (F_RMACC | F_MDACC))
new_access |= F_MDACC;
if (shr->s_access & ~(F_RDACC|F_WRACC|F_RWACC|F_RMACC|F_MDACC)) {