Searched defs:mapfs (Results 1 – 1 of 1) sorted by relevance
117 struct mapfs { struct118 struct mapfs *mfs_next; /* next in entry */ argument119 int mfs_ignore; /* ignore this entry */120 char *mfs_host; /* host name */121 char *mfs_dir; /* dir to mount */122 int mfs_penalty; /* mount penalty for this host */123 int mfs_distance; /* distance hint */124 struct nfs_args *mfs_args; /* nfs_args */125 struct netconfig *mfs_nconf;126 rpcvers_t mfs_version; /* NFS version */[all …]