Searched refs:mf_remopts (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | mntfs.c | 90 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()
|
| D | ops_nfs.c | 842 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()
|
| D | 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); in amfs_nfsx_init()
|
| D | amd.h | 430 char *mf_remopts; /* Remote FS mount opts */ member
|