Home
last modified time | relevance | path

Searched refs:mf_info (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_auto.c117 if (mf->mf_info[0] == '.' && mf->mf_info[1] == '\0') in amfs_auto_mount()
118 mf->mf_info = strealloc(mf->mf_info, mp->am_parent->am_al->al_mnt->mf_info); in amfs_auto_mount()
H A Dmntfs.c87 mf->mf_info = xstrdup(info); in init_mntfs()
137 || (STREQ(mf->mf_info, info) && mf->mf_ops == ops))) { in locate_mntfs()
167 mf->mf_info = strealloc(mf->mf_info, info); in locate_mntfs()
181 mf->mf_info = strealloc(mf->mf_info, info); in locate_mntfs()
240 XFREE(mf->mf_info); in uninit_mntfs()
355 quoted = strchr(mf->mf_info, ' ') != 0; /* cheap */ in free_mntfs()
358 mf->mf_info, in free_mntfs()
H A Damfs_generic.c271 pfname, mf->mf_info); in amfs_lookup_one_location()
389 dlog("will search map info in %s to find %s", mf->mf_info, pfname); in amfs_lookup_loc()
750 dlog("mount of \"%s\" already pending", mf->mf_info); in amfs_bgmount()
787 dlog("duplicate mount of \"%s\" ...", mf->mf_info); in amfs_bgmount()
1032 mp->am_parent->am_al->al_mnt->mf_info); in amfs_parse_defaults()
1060 plog(XLOG_USER, "More than a single value for /defaults in %s", mf->mf_info); in amfs_parse_defaults()
H A Dops_nfs.c766 colon = strchr(mf->mf_info, ':'); in nfs_init()
953 plog(XLOG_ERROR, "Missing filehandle for %s", mf->mf_info); in nfs_mount()
958 plog(XLOG_ERROR, "Missing mount options for %s", mf->mf_info); in nfs_mount()
969 mf->mf_info, in nfs_mount()
1077 colon = path = strchr(mf->mf_info, ':'); in nfs_umounted()
1081 dlog("calling mountd for %s", mf->mf_info); in nfs_umounted()
H A Damfs_nfsx.c196 info = xstrdup(mf->mf_info); in amfs_nfsx_init()
401 dlog("backgrounding mount of \"%s\"", m->mf_info); in amfs_nfsx_remount()
407 dlog("foreground mount of \"%s\" ...", mf->mf_info); in amfs_nfsx_remount()
H A Damfs_root.c93 mf->mf_private = (opaque_t) mapc_find(mf->mf_info, "", NULL, NULL); in amfs_root_mount()
H A Dautil.c230 quoted = strchr(mf->mf_info, ' ') != 0; in mf_mounted()
233 mf->mf_info, in mf_mounted()
397 mf->mf_private = (opaque_t) mapc_find(mf->mf_info, in amfs_mkcacheref()
H A Dops_lofs.c141 error = mount_lofs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in lofs_mount()
H A Dops_xfs.c152 error = mount_xfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in xfs_mount()
H A Dops_efs.c155 error = mount_efs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in efs_mount()
H A Dops_ufs.c165 error = mount_ufs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in ufs_mount()
H A Dops_tmpfs.c176 error = mount_tmpfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in tmpfs_mount()
H A Dops_ext.c190 error = mount_ext(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs, in ext_mount()
H A Damq_subr.c336 if (!xdr_amq_string(xdrs, &mp->am_al->al_mnt->mf_info)) { in xdr_amq_mount_tree_node()
501 if (!xdr_amq_string(xdrs, &mf->mf_info)) { in xdr_amq_mount_info_qelem()
H A Dops_cdfs.c227 error = mount_cdfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in cdfs_mount()
H A Damfs_host.c139 if (strchr(mf->mf_info, ':') == 0) in amfs_host_init()
473 xstrlcpy(fs_name, mf->mf_info, sizeof(fs_name)); in amfs_host_mount()
H A Dops_lustre.c173 mnt.mnt_fsname = mf->mf_info; in lustre_mount()
H A Dops_pcfs.c207 error = mount_pcfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in pcfs_mount()
H A Dops_udf.c257 error = mount_udf(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in udf_mount()
H A Damfs_toplvl.c214 mf->mf_ops->fs_type, mf->mf_info); in amfs_toplvl_mount()
H A Dmap.c813 dlog("No-op unmount of error node %s", mf->mf_info); in unmount_node()
816 mp->am_path, mf->mf_mount, mf->mf_info, mf->mf_flags); in unmount_node()
H A Damd.h427 char *mf_info; /* Mount info */ member
H A Dnfs_subr.c667 orig_ap->am_path, orig_ap->am_al->al_mnt->mf_info); in validate_ap()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog5033 (i.e. mf_ops) in addition to mf_info; the special provision
5054 * amd/mntfs.c (find_mntfs): re-add the check for mf_info, but with