Home
last modified time | relevance | path

Searched refs:numcomp (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/nfs/
H A Dnfs_vfsops.c3251 uint32_t numlocs, loc, numserv, serv, numaddr, addr, numcomp, comp; in nfs_mirror_mount_domount() local
3480 numlocs = numserv = numaddr = numcomp = 0; in nfs_mirror_mount_domount()
3496 xb_get_32(error, &xb, numcomp); /* component count */ in nfs_mirror_mount_domount()
3498 uint64_t totalcomps = numcomp + relpathcomps; in nfs_mirror_mount_domount()
3507 for (comp = 0; !error && (comp < numcomp); comp++) { in nfs_mirror_mount_domount()