Home
last modified time | relevance | path

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

/openbsd/src/sbin/mountd/
Dmountd.c488 args.export_info.ex_flags = MNT_DELEXPORT; in privchild()
1119 fstbl[i].exflags = MNT_DELEXPORT; in get_exportlist()
1347 (fstbl[i].exflags & MNT_DELEXPORT)) { in get_exportlist()
1348 exflags |= MNT_DELEXPORT; in get_exportlist()
1362 exflags &= ~MNT_DELEXPORT; in get_exportlist()
1415 if ((fstbl[i].exflags & MNT_DELEXPORT) == 0) in get_exportlist()
/openbsd/src/sys/sys/
Dmount.h399 #define MNT_DELEXPORT 0x00020000 /* delete export host lists */ macro
/openbsd/src/usr.sbin/pstat/
Dpstat.c803 if (flags & MNT_DELEXPORT) { in mount_print()
805 flags &= ~MNT_DELEXPORT; in mount_print()
/openbsd/src/sys/kern/
Dvfs_subr.c1575 if (argp->ex_flags & MNT_DELEXPORT) { in vfs_export()