Home
last modified time | relevance | path

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

/fs/ceph/
Dinode.c310 u32 id, nsplits; in ceph_fill_fragtree() local
314 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()
Dmds_client.c76 le32_to_cpu(info->in->fragtree.nsplits); in parse_reply_info_in()