Home
last modified time | relevance | path

Searched refs:exflags (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/i386/floppy/mount/
H A Dmount.c32 args.exflags = 0;
/original-bsd/sbin/mountd/
H A Dmountd.c624 int len, has_host, exflags, got_nondir, dirplen, num, i, netgrp; in get_exportlist() local
695 exflags = MNT_EXPORTED; in get_exportlist()
719 &exflags, &anon)) { in get_exportlist()
850 if (do_mount(ep, grp, exflags, &anon, dirp, in get_exportlist()
1469 do_mount(ep, grp, exflags, anoncrp, dirp, dirplen, fsb) in do_mount() argument
1472 int exflags;
1491 args.ua.export.ex_flags = exflags;
/original-bsd/sys/nfs/
H A Dnfs_subs.c1610 int error, exflags; local
1616 error = VFS_FHTOVP(mp, &fhp->fh_fid, nam, vpp, &exflags, &credanon);
1622 if (exflags & MNT_EXKERB) {
1630 } else if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) {
1636 if (exflags & MNT_EXRDONLY)