Searched refs:MNT_EXPORTANON (Results 1 – 4 of 4) sorted by relevance
295 #define MNT_EXPORTANON 0x00000400 /* use anon uid mapping for everyone */ macro318 MNT_DEFEXPORTED | MNT_EXPORTANON| MNT_EXKERB | \
139 { MNT_EXPORTANON, "exportanon" },
1765 *exflagsp |= MNT_EXPORTANON; in do_opt()1800 *exflagsp |= (MNT_EXPUBLIC|MNT_EXRDONLY|MNT_EXPORTANON); in do_opt()
1271 } else if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nfsrv_fhtovp()