Searched refs:ceph_frag_bits (Results 1 – 1 of 1) 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()
Completed in 2 milliseconds