Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pstat/
Dpstat.c620 if (flags & MNT_DELEXPORT) { in mount_print()
622 flags &= ~MNT_DELEXPORT; in mount_print()
/mirbsd/src/sys/sys/
Dmount.h425 #define MNT_DELEXPORT 0x00020000 /* delete export host lists */ macro
/mirbsd/src/sbin/mountd/
Dmountd.c758 targs.ua.export_info.ex_flags = MNT_DELEXPORT; in get_exportlist()
/mirbsd/src/sys/kern/
Dvfs_subr.c1685 if (argp->ex_flags & MNT_DELEXPORT) {