Home
last modified time | relevance | path

Searched refs:MNT_EXPUBLIC (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/sys/
H A Dfstypes.h145 #define MNT_EXPUBLIC 0x10000000 /* public export (WebNFS) */ macro
154 { MNT_EXPUBLIC, 0, "WebNFS exports" },
193 MNT_EXPUBLIC | \
H A Dstatvfs.h133 #define ST_EXPUBLIC MNT_EXPUBLIC
/netbsd-src/sys/nfs/
H A Dnfs_export.c672 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()
H A Dnfs_srvsubs.c323 if (!(exflags & (MNT_EXNORESPORT|MNT_EXPUBLIC))) { in nfsrv_fhtovp()
/netbsd-src/usr.sbin/mountd/
H A Dmountd.c1833 *exflagsp |= (MNT_EXNORESPORT | MNT_EXPUBLIC); in do_opt()
1836 *exflagsp |= (MNT_EXNORESPORT | MNT_EXPUBLIC | in do_opt()