Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h171 #define EX_ACLOK 0x02 /* exported with maximal access if acl exists */ macro
/titanic_50/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c960 export->ex_flags |= EX_ACLOK; in fill_export_from_optionset()
962 export->ex_flags &= ~EX_ACLOK; in fill_export_from_optionset()
1249 if (ep->ex_flags & EX_ACLOK) in printarg()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c2905 if (exi->exi_export.ex_flags & EX_ACLOK) { in acl_perm()