Searched refs:M_RW (Results 1 – 8 of 8) sorted by relevance
472 if (!nflag && mountedfs == M_RW) { in checkfilesys()509 if (mountedfs == M_RW) in checkfilesys()641 if (mountedfs == M_RW) in checkfilesys()
462 devstr, mountedfs == M_RW ? " READ/WRITE" : ""); in check_mount_state()466 devstr, mountedfs == M_RW ? "WRITE" : in check_mount_state()944 sizeof (devstr)) == M_RW) in setup()
474 #define M_RW 2 /* filesystem is mounted read-write */ macro
1066 found = M_RW; /* mounted as R/W */ in mounted()
124 #define NFS_RWMODES (M_RO|M_ROL|M_RW|M_RWL)
1162 sp->s_flags |= longform ? M_RWL : M_RW; in fill_security_from_secopts()1224 sp->s_flags |= M_RW; in fill_security_from_secopts()1280 if (sp->s_flags & M_RW) (void) printf("M_RW "); in printarg()
110 #define M_RW 0x04 /* exported rw to all */ macro
1256 if (perm == M_RW) in nfsauth4_secinfo_access()1362 if (perm == M_RW) in nfsauth_access()