Searched refs:M_RDONLY (Results 1 – 2 of 2) sorted by relevance
36 #define M_RDONLY 0x01 /* mount fs read only */ macro
112 case M_RDONLY: nflags |= MS_RDONLY; in mount()