Searched refs:mf_mount (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_root.c90 mf->mf_mount = strealloc(mf->mf_mount, pid_fsname);
H A Dmntfs.c84 mf->mf_mount = xstrdup(mp);
133 if (STREQ(mf->mf_mount, mp) &&
155 dlog("Restarting filesystem %s", mf->mf_mount);
242 XFREE(mf->mf_mount);
325 mf->mf_mount, mf->mf_ops->fs_type, mf->mf_refc, mf->mf_flags);
334 mf->mf_mount, mf->mf_refc, mf->mf_flags);
341 mf->mf_mount, mf->mf_refc, mf->mf_flags);
359 mf->mf_ops->fs_type, mf->mf_mount);
363 dlog("Immediately discarding mntfs for %s", mf->mf_mount);
369 dlog("Discarding remount hook for %s", mf->mf_mount);
[all...]
H A Damfs_linkx.c91 ln = mf->mf_mount;
H A Damfs_nfsx.c319 plog(XLOG_ERROR, "mount for %s got signal %d", n->n_mnt->mf_mount, term);
326 plog(XLOG_ERROR, "%s: mount (amfs_nfsx_cont): %m", n->n_mnt->mf_mount);
392 if (!mkdirs(m->mf_mount, 0555))
396 dlog("calling underlying mount on %s", m->mf_mount);
410 dlog("underlying fmount of %s failed: %s", m->mf_mount, strerror(n->n_error));
459 dlog("calling underlying fumount on %s", m->mf_mount);
481 plog(XLOG_USER, "amfs_nfsx: remount of %s failed: %m", mf->mf_mount);
490 dlog("calling underlying umounted on %s", m->mf_mount);
496 (void) rmdirs(m->mf_mount);
H A Dops_ufs.c163 error = mount_ufs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
179 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dops_xfs.c150 error = mount_xfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
166 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dops_efs.c153 error = mount_efs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
169 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dops_lofs.c139 error = mount_lofs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
154 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Damfs_host.c96 make_mntpt(char *mntpt, size_t l, const exports ex, const char *mf_mount) argument
100 xstrlcpy(mntpt, mf_mount, l);
102 xsnprintf(mntpt, l, "%s%s", mf_mount, ex->ex_dir);
108 xsnprintf(mntpt, l, "%s/%c%%", mf_mount, ex->ex_dir[0]);
110 xsnprintf(mntpt, l, "%s/%s", mf_mount, ex->ex_dir);
333 mlist = read_mtab(mf->mf_mount, mnttab_file_name);
424 make_mntpt(mntpt, sizeof(mntpt), ex, mf->mf_mount);
488 make_mntpt(mntpt, sizeof(mntpt), ex, mf->mf_mount);
545 mntlist *mlist = read_mtab(mf->mf_mount, mnttab_file_name);
572 if (directory_prefix(mf->mf_mount, di
[all...]
H A Dautil.c222 dlog("Restarted filesystem %s, flags 0x%x", mf->mf_mount, mf->mf_flags);
234 mf->mf_ops->fs_type, mf->mf_mount);
287 if (mf->mf_mount[0] == '/' && mf->mf_mount[1] == '\0')
304 mp->am_fattr.na_size = strlen(mp->am_link ? mp->am_link : mf->mf_mount);
398 mf->mf_mount);
450 char *dir = mf->mf_mount;
699 plog(XLOG_INFO, "removing mountpoint directory '%s'", mf->mf_mount);
700 rmdirs(mf->mf_mount);
H A Dops_tmpfs.c174 error = mount_tmpfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
190 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dops_ext.c188 error = mount_ext(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs,
222 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dops_pcfs.c205 error = mount_pcfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
221 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dops_udf.c255 error = mount_udf(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
271 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dops_cachefs.c211 error = mount_cachefs(mf->mf_mount,
236 error = UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dops_cdfs.c225 error = mount_cdfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
240 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Damfs_toplvl.c150 mf->mf_mount);
151 error = umount2_fs(mf->mf_mount, AMU_UMOUNT_FORCE | AMU_UMOUNT_DETACH);
H A Dops_lustre.c170 mnt.mnt_dir = mf->mf_mount;
201 return UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Dmap.c504 STREQ(mp->am_al->al_mnt->mf_mount, dir))
746 plog(XLOG_INFO, "on-exit attempt to unmount %s", mf->mf_mount);
814 mp->am_path, mf->mf_mount, mf->mf_info, mf->mf_flags);
828 dlog("%s: unmount: %m", mf->mf_mount);
875 plog(XLOG_STATS, "\"%s\" on %s still active", mp->am_path, mf->mf_mount);
909 mp->am_path, mf->mf_mount, (int) mf->mf_flags);
945 dlog("\"%s\" on %s timed out", mp->am_path, mf->mf_mount);
H A Damfs_generic.c191 expanded_fname, mf->mf_mount,
796 mf->mf_fo->fs_mtab, mf->mf_mount, p->fs_type,
817 dlog("Mount of %s delayed by %lds", mf->mf_mount, (long) (i - now + cp->start));
826 plog(XLOG_INFO, "creating mountpoint directory '%s'", mf->mf_mount);
827 this_error = mkdirs(mf->mf_mount, 0555);
844 dlog("backgrounding mount of \"%s\"", mf->mf_mount);
854 dlog("foreground mount of \"%s\" ...", mf->mf_mount);
900 rmdirs(mf->mf_mount);
991 dlog("map %s map_defaults override: %s", mf->mf_mount, mm->cfm->cfm_defaults);
H A Dops_nfs.c966 mf->mf_mount,
986 error = UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
1004 error = UMOUNT_FS(mf->mf_mount, mnttab_file_name, new_unmount_flags);
1023 int len = strlen(mf->mf_mount);
1033 if (NSTREQ(mf->mf_mount, new_mf->mf_mount, len) &&
1034 new_mf->mf_mount[len] == '/') {
1037 UMOUNT_FS(new_mf->mf_mount, mnttab_file_name, new_unmount_flags);
1042 error = UMOUNT_FS(mf->mf_mount, mnttab_file_name, unmount_flags);
H A Damq_subr.c279 mountpoint = (mp->am_link ? mp->am_link : mp->am_al->al_mnt->mf_mount);
340 if (!xdr_amq_string(xdrs, mp->am_link ? &mp->am_link : &mp->am_al->al_mnt->mf_mount)) {
496 if (!xdr_amq_string(xdrs, &mf->mf_mount)) {
H A Damd.h424 char *mf_mount; /* "/a/kiska/home/kiska" */ member in struct:mntfs
H A Dnfs_subr.c119 ln = mp->am_al->al_mnt->mf_mount;
295 dlog("Quick reply sent for %s", mp->am_al->al_mnt->mf_mount);

Completed in 293 milliseconds