Searched refs:MNT_DELEXPORT (Results 1 – 4 of 4) sorted by relevance
488 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()
399 #define MNT_DELEXPORT 0x00020000 /* delete export host lists */ macro
803 if (flags & MNT_DELEXPORT) { in mount_print()805 flags &= ~MNT_DELEXPORT; in mount_print()
1575 if (argp->ex_flags & MNT_DELEXPORT) { in vfs_export()