Searched refs:split_by (Results 1 – 2 of 2) sorted by relevance
165 frag->split_by = 0; in __get_or_create_frag()219 if (frag->split_by == 0) { in __ceph_choose_frag()228 nway = 1 << frag->split_by; in __ceph_choose_frag()230 frag->split_by, nway); in __ceph_choose_frag()286 if (frag->split_by == 0) { in ceph_fill_dirfrag()387 if (split_by == 0 || ceph_frag_bits(id) + split_by > 24) { in ceph_fill_fragtree()408 if (frag->split_by > 0) in ceph_fill_fragtree()419 if (frag->split_by == 0) in ceph_fill_fragtree()421 frag->split_by = split_by; in ceph_fill_fragtree()429 if (frag->split_by > 0 || in ceph_fill_fragtree()[all …]
251 int split_by; /* i.e. 2^(split_by) children */ member
Completed in 10 milliseconds