Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dinode.c326 unsigned i, split_by, nsplits; in ceph_fill_fragtree() local
331 nsplits = le32_to_cpu(fragtree->nsplits); in ceph_fill_fragtree()
332 if (nsplits != ci->i_fragtree_nsplits) { in ceph_fill_fragtree()
334 } else if (nsplits) { in ceph_fill_fragtree()
335 i = prandom_u32() % nsplits; in ceph_fill_fragtree()
353 if (nsplits > 1) { in ceph_fill_fragtree()
354 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree()
360 for (i = 0; i < nsplits; i++) { in ceph_fill_fragtree()
366 i, nsplits, id, split_by); in ceph_fill_fragtree()
Dmds_client.c121 le32_to_cpu(info->in->fragtree.nsplits); in parse_reply_info_in()
/Linux-v5.4/include/linux/ceph/
Dceph_fs.h489 __le32 nsplits; /* num ceph_frag_tree_split records */ member