Home
last modified time | relevance | path

Searched refs:M_RW (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c472 if (!nflag && mountedfs == M_RW) { in checkfilesys()
509 if (mountedfs == M_RW) in checkfilesys()
641 if (mountedfs == M_RW) in checkfilesys()
H A Dsetup.c462 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()
H A Dfsck.h474 #define M_RW 2 /* filesystem is mounted read-write */ macro
H A Dutilities.c1066 found = M_RW; /* mounted as R/W */ in mounted()
/titanic_50/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.h124 #define NFS_RWMODES (M_RO|M_ROL|M_RW|M_RWL)
H A Dlibshare_nfs.c1162 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()
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h110 #define M_RW 0x04 /* exported rw to all */ macro
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c1257 if (perm == M_RW) in nfsauth4_secinfo_access()
1363 if (perm == M_RW) in nfsauth_access()