Searched refs:nsplits (Results 1 – 3 of 3) sorted by relevance
517 unsigned i, split_by, nsplits; in ceph_fill_fragtree() local522 nsplits = le32_to_cpu(fragtree->nsplits); in ceph_fill_fragtree()523 if (nsplits != ci->i_fragtree_nsplits) { in ceph_fill_fragtree()525 } else if (nsplits) { in ceph_fill_fragtree()526 i = get_random_u32_below(nsplits); in ceph_fill_fragtree()544 if (nsplits > 1) { in ceph_fill_fragtree()545 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree()551 for (i = 0; i < nsplits; i++) { in ceph_fill_fragtree()557 ceph_vinop(inode), i, nsplits, id, split_by); in ceph_fill_fragtree()
127 le32_to_cpu(info->in->fragtree.nsplits); in parse_reply_info_in()
553 __le32 nsplits; /* num ceph_frag_tree_split records */ member