Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c3260 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()
3505 xb_get_32(error, &xb, numcomp); /* component count */ in nfs_mirror_mount_domount()
3507 uint64_t totalcomps = numcomp + relpathcomps; in nfs_mirror_mount_domount()
3516 for (comp = 0; !error && (comp < numcomp); comp++) { in nfs_mirror_mount_domount()