Searched refs:nl_servcount (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vfsops.c | 2729 xb_get_32(error, &xb, fsl->nl_servcount); /* server count */ in mountnfs() 2731 if (!error && ((fsl->nl_servcount < 1) || (fsl->nl_servcount > 256))) { in mountnfs() 2732 NFS_VFS_DBG("Invalid server count %d", fsl->nl_servcount); in mountnfs() 2737 fsl->nl_servcount, Z_WAITOK | Z_ZERO); in mountnfs() 2740 NFS_VFS_DBG("Server count = %d, error = %d\n", fsl->nl_servcount, error); in mountnfs() 2742 for (serv = 0; serv < fsl->nl_servcount; serv++) { in mountnfs() 3535 xb_add_32(error, &xbnew, nfsls.nl_locations[loc]->nl_servcount); in nfs_mirror_mount_domount() 3536 for (serv = 0; !error && (serv < nfsls.nl_locations[loc]->nl_servcount); serv++) { in nfs_mirror_mount_domount() 4332 if ((fsl->nl_servcount > 0) && fsl->nl_servers) { in nfs_fs_locations_cleanup() 4333 for (serv = 0; serv < fsl->nl_servcount; serv++) { in nfs_fs_locations_cleanup() [all …]
|
| H A D | nfsmount.h | 128 uint32_t nl_servcount; /* # of servers */ member
|
| H A D | nfs4_subs.c | 2130 nfsm_chain_get_32(error, nmc, fsl->nl_servcount); /* server count */ in nfs4_parsefattr() 2133 if (!error && ((fsl->nl_servcount < 1) || (fsl->nl_servcount > 256))) { in nfs4_parsefattr() 2138 fsl->nl_servcount, Z_WAITOK | Z_ZERO); in nfs4_parsefattr() 2142 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() 1242 for (serv = 0; serv < nmp->nm_locations.nl_locations[loc]->nl_servcount; serv++) { in nfs_connect() 1369 …s.nss_nextloc.nli_serv >= nmp->nm_locations.nl_locations[nss.nss_nextloc.nli_loc]->nl_servcount) || in nfs_connect() 6243 !(nmp->nm_locations.nl_numlocs == 1 && nmp->nm_locations.nl_locations[0]->nl_servcount == 1)) { in nfs_is_dead()
|