Lines Matching defs:exflags
1062 int len, has_host, exflags, got_nondir, dirplen = 0, num;
1073 int exflags;
1119 fstbl[i].exflags = MNT_DELEXPORT;
1150 exflags = MNT_EXPORTED;
1174 &exflags, &anon)) {
1339 * add MNT_DELEXPORT to exflags to clean up
1347 (fstbl[i].exflags & MNT_DELEXPORT)) {
1348 exflags |= MNT_DELEXPORT;
1349 fstbl[i].exflags = 0;
1361 i = do_mount(ep, grp, exflags, &anon, dirp, dirplen);
1362 exflags &= ~MNT_DELEXPORT;
1415 if ((fstbl[i].exflags & MNT_DELEXPORT) == 0)
1928 do_mount(struct exportlist *ep, struct grouplist *grp, int exflags,
1939 args.ex_flags = exflags;