Searched refs:ceph_frag_bits (Results 1 – 3 of 3) sorted by relevance
27 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits() function37 return (0xffffffu << (24-ceph_frag_bits(f))) & 0xffffffu; in ceph_frag_mask()41 return 24 - ceph_frag_bits(f); in ceph_frag_mask_shift()51 int newbits = ceph_frag_bits(f) + by; in ceph_frag_make_child()65 return ceph_frag_make(ceph_frag_bits(f), in ceph_frag_next()66 ceph_frag_value(f) + (0x1000000 >> ceph_frag_bits(f))); in ceph_frag_next()
16 va = ceph_frag_bits(a); in ceph_frag_compare()17 vb = ceph_frag_bits(b); in ceph_frag_compare()
344 if (ceph_frag_bits(f) != ceph_frag_bits(frag->frag) + frag->split_by) in is_frag_child()393 if (split_by == 0 || ceph_frag_bits(id) + split_by > 24) { in ceph_fill_fragtree()