Lines Matching defs:do_mount
215 static int do_mount(struct exportlist *, struct grouplist *, uint64_t,
1864 * Do not do the do_mount() for passno == 1, since the
1872 LOGDEBUG("do_mount v4root");
1873 if (passno == 0 && do_mount(ep, grp, exflags, &anon,
2039 * It is set by do_mount() if MNT_EXPUBLIC is set for the entry.
2300 ret = do_mount(v4root_ep, grp, grp->gr_exflags, &grp->gr_anon,
3145 * Call do_mount() from the struct exportlist, for each case needed.
3161 ret = do_mount(ep, &defgrp, ep->ex_defexflags, &ep->ex_defanon,
3173 ret = do_mount(ep, grp, grp->gr_exflags, &grp->gr_anon,
3188 do_mount(struct exportlist *ep, struct grouplist *grp, uint64_t exflags,
3222 LOGDEBUG("do_mount exflags=0x%jx", (uintmax_t)exflags);
3229 LOGDEBUG("do_mount numsec=%d", numsecflavors);