Searched refs:split_by (Results 1 – 2 of 2) sorted by relevance
283 frag->split_by = 0; in __get_or_create_frag()337 if (frag->split_by == 0) { in __ceph_choose_frag()346 nway = 1 << frag->split_by; in __ceph_choose_frag()405 if (frag->split_by == 0) { in ceph_fill_dirfrag()508 if (split_by == 0 || ceph_frag_bits(id) + split_by > 24) { in ceph_fill_fragtree()526 if (frag->split_by > 0 || in ceph_fill_fragtree()529 if (frag->split_by > 0) in ceph_fill_fragtree()540 if (frag->split_by == 0) in ceph_fill_fragtree()542 frag->split_by = split_by; in ceph_fill_fragtree()550 if (frag->split_by > 0 || in ceph_fill_fragtree()[all …]
275 int split_by; /* i.e. 2^(split_by) children */ member
Completed in 13 milliseconds