Lines Matching defs:mntpt
98 make_mntpt(char *mntpt, size_t l, const exports ex, const char *mf_mount)
102 xstrlcpy(mntpt, mf_mount, l);
104 xsnprintf(mntpt, l, "%s%s", mf_mount, ex->ex_dir);
110 xsnprintf(mntpt, l, "%s/%c%%", mf_mount, ex->ex_dir[0]);
112 xsnprintf(mntpt, l, "%s/%s", mf_mount, ex->ex_dir);
320 char mntpt[MAXPATHLEN];
426 make_mntpt(mntpt, sizeof(mntpt), ex, mf->mf_mount);
427 if (already_mounted(mlist, mntpt))
490 make_mntpt(mntpt, sizeof(mntpt), ex, mf->mf_mount);
491 if (do_mount(&fp[j], mntpt, fs_name, mf) == 0)