Searched refs:MNT_EXPORTANON (Results 1 – 5 of 5) sorted by relevance
369 #define MNT_EXPORTANON 0x00000400 /* use anon uid mapping for everyone */ macro
767 if (flags & MNT_EXPORTANON) { in mount_print()769 flags &= ~MNT_EXPORTANON; in mount_print()
355 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nfsrv_fhtovp()
84 { MNT_EXPORTANON, 1, "anon uid mapping", "" },
1739 *exflagsp |= MNT_EXPORTANON; in do_opt()