Searched refs:numlocs (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vfsops.c | 3260 uint32_t numlocs, loc, numserv, serv, numaddr, addr, numcomp, comp; in nfs_mirror_mount_domount() local 3489 numlocs = numserv = numaddr = numcomp = 0; in nfs_mirror_mount_domount() 3493 xb_copy_32(error, &xb, &xbnew, numlocs); /* location count */ in nfs_mirror_mount_domount() 3494 for (loc = 0; !error && (loc < numlocs); loc++) { in nfs_mirror_mount_domount()
|