Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfs_subs.c1221 int error, exflags; in nfsrv_fhtovp() local
1238 error = VFS_CHECKEXP(mp, nam, &exflags, &credanon); in nfsrv_fhtovp()
1248 if (!(exflags & (MNT_EXNORESPORT|MNT_EXPUBLIC))) { in nfsrv_fhtovp()
1261 if (exflags & MNT_EXKERB) { in nfsrv_fhtovp()
1271 } else if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nfsrv_fhtovp()
1277 if (exflags & MNT_EXRDONLY) in nfsrv_fhtovp()
/dragonfly/sbin/mountd/
H A Dmountd.c1138 int len, has_host, exflags, got_nondir, dirplen, netgrp; in get_exportlist_one() local
1154 exflags = MNT_EXPORTED; in get_exportlist_one()
1178 &exflags, &anon)) { in get_exportlist_one()
1317 if (do_mount(ep, grp, exflags, &anon, dirp, dirplen, in get_exportlist_one()
1949 do_mount(struct exportlist *ep, struct grouplist *grp, int exflags, in do_mount() argument
1971 eap->ex_flags = exflags; in do_mount()