Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dinode.c311 u32 id, nsplits; in ceph_fill_fragtree() local
315 nsplits = le32_to_cpu(fragtree->nsplits); in ceph_fill_fragtree()
316 if (nsplits) { in ceph_fill_fragtree()
317 i = prandom_u32() % nsplits; in ceph_fill_fragtree()
337 for (i = 0; i < nsplits; i++) { in ceph_fill_fragtree()
Dmds_client.c75 le32_to_cpu(info->in->fragtree.nsplits); in parse_reply_info_in()
/linux-4.1.27/include/linux/ceph/
Dceph_fs.h440 __le32 nsplits; /* num ceph_frag_tree_split records */ member