Searched refs:nl_servcount (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsmount.h | 127 uint32_t nl_servcount; /* # of servers */ member
|
| H A D | nfs_vfsops.c | 2732 xb_get_32(error, &xb, fsl->nl_servcount); /* server count */ in mountnfs() 2734 if (!error && ((fsl->nl_servcount < 1) || (fsl->nl_servcount > 256))) { in mountnfs() 2735 NFS_VFS_DBG("Invalid server count %d", fsl->nl_servcount); in mountnfs() 2739 …MALLOC(fsl->nl_servers, struct nfs_fs_server **, fsl->nl_servcount * sizeof(struct nfs_fs_server*)… in mountnfs() 2742 NFS_VFS_DBG("Server count = %d, error = %d\n", fsl->nl_servcount, error); in mountnfs() 2744 for (serv = 0; serv < fsl->nl_servcount; serv++) { in mountnfs() 3544 xb_add_32(error, &xbnew, nfsls.nl_locations[loc]->nl_servcount); in nfs_mirror_mount_domount() 3545 for (serv = 0; !error && (serv < nfsls.nl_locations[loc]->nl_servcount); serv++) { in nfs_mirror_mount_domount() 4335 if ((fsl->nl_servcount > 0) && fsl->nl_servers) { in nfs_fs_locations_cleanup() 4336 for (serv = 0; serv < fsl->nl_servcount; serv++) { in nfs_fs_locations_cleanup() [all …]
|
| H A D | nfs4_subs.c | 2133 nfsm_chain_get_32(error, nmc, fsl->nl_servcount); /* server count */ in nfs4_parsefattr() 2136 if (!error && ((fsl->nl_servcount < 1) || (fsl->nl_servcount > 256))) { in nfs4_parsefattr() 2140 …MALLOC(fsl->nl_servers, struct nfs_fs_server **, fsl->nl_servcount * sizeof(struct nfs_fs_server*)… in nfs4_parsefattr() 2144 for (serv = 0; serv < fsl->nl_servcount; serv++) { in nfs4_parsefattr()
|
| H A D | nfs_socket.c | 282 if (serv >= nlp->nl_locations[loc]->nl_servcount) { in nfs_location_next() 1245 for (serv = 0; serv < nmp->nm_locations.nl_locations[loc]->nl_servcount; serv++) { in nfs_connect() 1372 …s.nss_nextloc.nli_serv >= nmp->nm_locations.nl_locations[nss.nss_nextloc.nli_loc]->nl_servcount) || in nfs_connect() 6219 !(nmp->nm_locations.nl_numlocs == 1 && nmp->nm_locations.nl_locations[0]->nl_servcount == 1)) { in nfs_is_dead()
|