Home
last modified time | relevance | path

Searched refs:mf_remopts (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/am-utils/dist/amd/
Dmntfs.c90 mf->mf_remopts = xstrdup(remopts); in init_mntfs()
180 mf->mf_remopts = strealloc(mf->mf_remopts, remopts); in locate_mntfs()
239 XFREE(mf->mf_remopts); in uninit_mntfs()
Dops_nfs.c842 if (mf->mf_remopts && *mf->mf_remopts && in mount_nfs_fh()
844 plog(XLOG_INFO, "Using remopts=\"%s\"", mf->mf_remopts); in mount_nfs_fh()
846 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts); in mount_nfs_fh()
Damfs_nfsx.c251 … 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.h430 char *mf_remopts; /* Remote FS mount opts */ member