Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmount.h364 { MNT_DELEXPORT, "delexport" }, \
453 #define MNT_DELEXPORT 0x0000000000020000ULL /* delete export host lists */ macro
463 #define MNT_CMDFLAGS (MNT_UPDATE | MNT_DELEXPORT | MNT_RELOAD | \
/freebsd/sys/kern/
H A Dvfs_export.c309 if ((argp->ex_flags & (MNT_DELEXPORT | MNT_EXPORTED)) == 0) in vfs_export()
321 if (argp->ex_flags & MNT_DELEXPORT) { in vfs_export()
H A Dvfs_subr.c4688 MNT_FLAG(MNT_DELEXPORT); in DB_SHOW_COMMAND()
/freebsd/usr.sbin/mountd/
H A Dmountd.c1965 export.ex_flags = MNT_DELEXPORT; in get_exportlist()
1976 eargs.export.ex_flags = MNT_DELEXPORT; in get_exportlist()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3504 if ((nfsexargp->export.ex_flags & MNT_DELEXPORT) != 0) in nfsrv_v4rootexport()