Home
last modified time | relevance | path

Searched refs:mf_mopts (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/amd/amd/
Dmntfs.c87 mf->mf_mopts = xstrdup(mopts); in init_mntfs()
177 mf->mf_mopts = strealloc(mf->mf_mopts, mopts); in locate_mntfs()
236 XFREE(mf->mf_mopts); in uninit_mntfs()
Dops_lofs.c139 error = mount_lofs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in lofs_mount()
Dops_xfs.c150 error = mount_xfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in xfs_mount()
Dops_efs.c153 error = mount_efs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in efs_mount()
Dops_ufs.c163 error = mount_ufs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in ufs_mount()
Dops_tmpfs.c174 error = mount_tmpfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in tmpfs_mount()
Dops_ext.c188 error = mount_ext(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs, in ext_mount()
Dops_cachefs.c214 mf->mf_mopts, in cachefs_mount()
Dops_cdfs.c225 error = mount_cdfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in cdfs_mount()
Dops_pcfs.c205 error = mount_pcfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in pcfs_mount()
Dops_lustre.c173 mnt.mnt_opts = mf->mf_mopts; in lustre_mount()
Dautil.c271 if (mf->mf_mopts) { in am_mounted()
273 mnt.mnt_opts = mf->mf_mopts; in am_mounted()
Dops_udf.c255 error = mount_udf(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs); in udf_mount()
Dops_nfs.c847 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_mopts); in mount_nfs_fh()
955 if (mf->mf_mopts == NULL) { in nfs_mount()
960 mnt.mnt_opts = mf->mf_mopts; in nfs_mount()
Dreaddir.c931 if (mp->am_al->al_mnt && mp->am_al->al_mnt->mf_mopts) { in amfs_generic_readdir()
933 mnt.mnt_opts = mp->am_al->al_mnt->mf_mopts; in amfs_generic_readdir()
Dnfs_subr.c572 mp->am_al->al_mnt && mp->am_al->al_mnt->mf_mopts) { in nfsproc_statfs_2_svc()
573 mnt.mnt_opts = mp->am_al->al_mnt->mf_mopts; in nfsproc_statfs_2_svc()
1712 mp->am_al->al_mnt && mp->am_al->al_mnt->mf_mopts) { in am_nfs3_fsstat_3_svc()
1713 mnt.mnt_opts = mp->am_al->al_mnt->mf_mopts; in am_nfs3_fsstat_3_svc()
Damfs_nfsx.c249 nx->nx_v[i].n_mnt = find_mntfs(&nfs_ops, mf->mf_fo, mp, xinfo, "", mf->mf_mopts, mf->mf_remopts); in amfs_nfsx_init()
Damd.h427 char *mf_mopts; /* FS mount opts */ member
Dsrvr_nfs.c711 mnt.mnt_opts = mf->mf_mopts; in find_nfs_srvr()