MNT_DELEXPORT
if ((nfsexargp->export.ex_flags & MNT_DELEXPORT) != 0)
if ((argp->ex_flags & (MNT_DELEXPORT | MNT_EXPORTED)) == 0)
if (argp->ex_flags & MNT_DELEXPORT) {
MNT_FLAG(MNT_DELEXPORT);
{ MNT_DELEXPORT, "delexport" }, \
#define MNT_CMDFLAGS (MNT_UPDATE | MNT_DELEXPORT | MNT_RELOAD | \
export.ex_flags = MNT_DELEXPORT;
eargs.export.ex_flags = MNT_DELEXPORT;