Searched refs:MNT_EXPUBLIC (Results 1 – 5 of 5) sorted by relevance
145 #define MNT_EXPUBLIC 0x10000000 /* public export (WebNFS) */ macro154 { MNT_EXPUBLIC, 0, "WebNFS exports" },193 MNT_EXPUBLIC | \
133 #define ST_EXPUBLIC MNT_EXPUBLIC
672 if (mp->mnt_flag & MNT_EXPUBLIC) { in netexport_clear()674 mp->mnt_flag &= ~MNT_EXPUBLIC; in netexport_clear()709 if (argp->ex_flags & MNT_EXPUBLIC) { in export()712 mp->mnt_flag |= MNT_EXPUBLIC; in export()
323 if (!(exflags & (MNT_EXNORESPORT|MNT_EXPUBLIC))) { in nfsrv_fhtovp()
1833 *exflagsp |= (MNT_EXNORESPORT | MNT_EXPUBLIC); in do_opt()1836 *exflagsp |= (MNT_EXNORESPORT | MNT_EXPUBLIC | in do_opt()