Searched refs:nsplits (Results 1 – 2 of 2) sorted by relevance
310 u32 id, nsplits; in ceph_fill_fragtree() local314 nsplits = le32_to_cpu(fragtree->nsplits); in ceph_fill_fragtree()315 if (nsplits) { in ceph_fill_fragtree()316 i = prandom_u32() % nsplits; in ceph_fill_fragtree()336 for (i = 0; i < nsplits; i++) { in ceph_fill_fragtree()
76 le32_to_cpu(info->in->fragtree.nsplits); in parse_reply_info_in()