Searched refs:do_mount (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_host.c172 do_mount(am_nfs_handle_t *fhp, char *mntdir, char *fs_name, mntfs *mf) function
489 if (do_mount(&fp[j], mntpt, fs_name, mf) == 0)
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c209 static int do_mount(struct exportlist *, struct grouplist *, int,
1736 * Do not do the do_mount() for passno == 1, since the
1744 LOGDEBUG("do_mount v4root");
1745 if (passno == 0 && do_mount(ep, grp, exflags, &anon,
1910 * It is set by do_mount() if MNT_EXPUBLIC is set for the entry.
2157 ret = do_mount(v4root_ep, grp, grp->gr_exflags, &grp->gr_anon,
2951 * Call do_mount() from the struct exportlist, for each case needed.
2967 ret = do_mount(ep, &defgrp, ep->ex_defexflags, &ep->ex_defanon,
2979 ret = do_mount(ep, grp, grp->gr_exflags, &grp->gr_anon,
2994 do_mount(struc function
[all...]

Completed in 64 milliseconds