Searched refs:nm_locations (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c2133 nfsp = &nmp->nm_locations.nl_locations[nmp->nm_locations.nl_current.nli_loc]->nl_path;
2296 nfs_fs_locations_cleanup(&nmp->nm_locations);
2297 nmp->nm_locations = nfsls;
2301 if (!error && !(nmp->nm_locations.nl_current.nli_flags & NLI_VALID))
2305 nfsp = &nmp->nm_locations.nl_locations[nmp->nm_locations.nl_current.nli_loc]->nl_path;
2922 xb_get_32(error, &xb, nmp->nm_locations.nl_numlocs); /* fs location count */
2924 if (!error && ((nmp->nm_locations.nl_numlocs < 1) || (nmp->nm_locations
[all...]
H A Dnfs_socket.c716 fsl = nmp->nm_locations.nl_locations[nss->nss_nextloc.nli_loc];
720 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc);
726 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc);
750 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc);
956 for (loc=0; loc < nmp->nm_locations.nl_numlocs; loc++) {
957 for (serv=0; serv < nmp->nm_locations.nl_locations[loc]->nl_servcount; serv++) {
958 if (nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_addrcount)
962 nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_name));
964 if (serv < nmp->nm_locations.nl_locations[loc]->nl_servcount)
967 if (loc >= nmp->nm_locations
[all...]
H A Dnfsmount.h263 struct nfs_fs_locations nm_locations; /* file system locations */ member in struct:nfsmount

Completed in 90 milliseconds