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

/freebsd-11-stable/contrib/amd/amd/
H A Dmntfs.c88 mf->mf_remopts = xstrdup(remopts);
178 mf->mf_remopts = strealloc(mf->mf_remopts, remopts);
237 XFREE(mf->mf_remopts);
H A Dops_nfs.c840 if (mf->mf_remopts && *mf->mf_remopts &&
842 plog(XLOG_INFO, "Using remopts=\"%s\"", mf->mf_remopts);
844 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts);
H A Damfs_nfsx.c249 nx->nx_v[i].n_mnt = find_mntfs(&nfs_ops, mf->mf_fo, mp, xinfo, "", mf->mf_mopts, mf->mf_remopts);
H A Damd.h428 char *mf_remopts; /* Remote FS mount opts */ member in struct:mntfs

Completed in 77 milliseconds