HomeSort by: relevance | last modified time | path
    Searched refs:mf_remopts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
mntfs.c 90 mf->mf_remopts = xstrdup(remopts);
180 mf->mf_remopts = strealloc(mf->mf_remopts, remopts);
239 XFREE(mf->mf_remopts);
ops_nfs.c 842 if (mf->mf_remopts && *mf->mf_remopts &&
844 plog(XLOG_INFO, "Using remopts=\"%s\"", mf->mf_remopts);
846 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts);
amfs_nfsx.c 251 nx->nx_v[i].n_mnt = find_mntfs(&nfs_ops, mf->mf_fo, mp, xinfo, "", mf->mf_mopts, mf->mf_remopts);
amd.h 430 char *mf_remopts; /* Remote FS mount opts */ member in struct:mntfs

Completed in 48 milliseconds