Searched refs:MNT_DELEXPORT (Results 1 – 5 of 5) sorted by relevance
364 { MNT_DELEXPORT, "delexport" }, \453 #define MNT_DELEXPORT 0x0000000000020000ULL /* delete export host lists */ macro463 #define MNT_CMDFLAGS (MNT_UPDATE | MNT_DELEXPORT | MNT_RELOAD | \
310 if ((argp->ex_flags & (MNT_DELEXPORT | MNT_EXPORTED)) == 0) in vfs_export()322 if (argp->ex_flags & MNT_DELEXPORT) { in vfs_export()
4772 MNT_FLAG(MNT_DELEXPORT); in DB_SHOW_COMMAND()
1999 export.ex_flags = MNT_DELEXPORT; in get_exportlist()2010 eargs.export.ex_flags = MNT_DELEXPORT; in get_exportlist()
3568 if ((nfsexargp->export.ex_flags & MNT_DELEXPORT) != 0) in nfsrv_v4rootexport()