Home
last modified time | relevance | path

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

/fs/ceph/
Dinode.c356 unsigned i, split_by, nsplits; in ceph_fill_fragtree() local
361 nsplits = le32_to_cpu(fragtree->nsplits); in ceph_fill_fragtree()
362 if (nsplits != ci->i_fragtree_nsplits) { in ceph_fill_fragtree()
364 } else if (nsplits) { in ceph_fill_fragtree()
365 i = prandom_u32() % nsplits; in ceph_fill_fragtree()
383 if (nsplits > 1) { in ceph_fill_fragtree()
384 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree()
390 for (i = 0; i < nsplits; i++) { in ceph_fill_fragtree()
396 i, nsplits, id, split_by); in ceph_fill_fragtree()
Dmds_client.c124 le32_to_cpu(info->in->fragtree.nsplits); in parse_reply_info_in()