Home | History | Annotate | Download | only in mountd

Lines Matching defs:opt_flags

241 int      opt_flags;
1046 opt_flags = 0;
1050 opt_flags |= OP_NORESMNT | OP_NORESPORT;
1148 } else if ((opt_flags & OP_NET) && tgrp->gr_next) {
1174 hang_dirp(dirhead, tgrp, ep, opt_flags);
1178 hang_dirp(dirhead, NULL, ep, opt_flags);
1787 opt_flags |= OP_MAPALL;
1789 opt_flags |= OP_MAPROOT;
1792 opt_flags |= OP_KERB;
1802 opt_flags |= OP_MASK;
1808 opt_flags |= OP_MASKLEN;
1824 opt_flags |= OP_NET;
1826 opt_flags |= OP_ALLDIRS;
1828 opt_flags |= OP_NORESMNT;
1830 opt_flags |= OP_NORESPORT;
1834 opt_flags |= OP_NORESPORT;
1838 opt_flags |= (OP_MAPALL | OP_NORESPORT);
2338 if ((opt_flags & (OP_MAPROOT|OP_MAPALL)) == (OP_MAPROOT|OP_MAPALL) ||
2339 (opt_flags & (OP_MAPROOT|OP_KERB)) == (OP_MAPROOT|OP_KERB) ||
2340 (opt_flags & (OP_MAPALL|OP_KERB)) == (OP_MAPALL|OP_KERB)) {
2346 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
2351 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN) != 0) {
2357 if ((opt_flags & OP_ALLDIRS) && dp->dp_left) {