Searched refs:ceph_frag_value (Results 1 – 1 of 1) sorted by relevance
31 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value() function46 return (v & ceph_frag_mask(f)) == ceph_frag_value(f); in ceph_frag_contains_value()53 ceph_frag_value(f) | (i << (24 - newbits))); in ceph_frag_make_child()57 return ceph_frag_value(f) == 0; in ceph_frag_is_leftmost()61 return ceph_frag_value(f) == ceph_frag_mask(f); in ceph_frag_is_rightmost()66 ceph_frag_value(f) + (0x1000000 >> ceph_frag_bits(f))); in ceph_frag_next()
Completed in 3 milliseconds