Home
last modified time | relevance | path

Searched refs:M_ROL (Results 1 – 3 of 3) sorted by relevance

/titanic_41/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.c1159 sp->s_flags |= longform ? M_ROL : M_RO; in fill_security_from_secopts()
1279 if (sp->s_flags & M_ROL) (void) printf("M_ROL "); in printarg()
/titanic_41/usr/src/uts/common/nfs/
H A Dexport.h109 #define M_ROL 0x02 /* exported ro to all listed */ macro