ceph_frag_bits 36 include/linux/ceph/ceph_frag.h return (0xffffffu << (24-ceph_frag_bits(f))) & 0xffffffu; ceph_frag_bits 40 include/linux/ceph/ceph_frag.h return 24 - ceph_frag_bits(f); ceph_frag_bits 50 include/linux/ceph/ceph_frag.h return ceph_frag_bits(sub) >= ceph_frag_bits(f) && ceph_frag_bits 56 include/linux/ceph/ceph_frag.h return ceph_frag_make(ceph_frag_bits(f) - 1, ceph_frag_bits 61 include/linux/ceph/ceph_frag.h return ceph_frag_bits(f) > 0 && ceph_frag_bits 62 include/linux/ceph/ceph_frag.h (ceph_frag_value(f) & (0x1000000 >> ceph_frag_bits(f))) == 0; ceph_frag_bits 66 include/linux/ceph/ceph_frag.h return ceph_frag_bits(f) > 0 && ceph_frag_bits 67 include/linux/ceph/ceph_frag.h (ceph_frag_value(f) & (0x1000000 >> ceph_frag_bits(f))) == 1; ceph_frag_bits 71 include/linux/ceph/ceph_frag.h return ceph_frag_make(ceph_frag_bits(f), ceph_frag_bits 72 include/linux/ceph/ceph_frag.h ceph_frag_value(f) ^ (0x1000000 >> ceph_frag_bits(f))); ceph_frag_bits 76 include/linux/ceph/ceph_frag.h return ceph_frag_make(ceph_frag_bits(f)+1, ceph_frag_value(f)); ceph_frag_bits 80 include/linux/ceph/ceph_frag.h return ceph_frag_make(ceph_frag_bits(f)+1, ceph_frag_bits 81 include/linux/ceph/ceph_frag.h ceph_frag_value(f) | (0x1000000 >> (1+ceph_frag_bits(f)))); ceph_frag_bits 85 include/linux/ceph/ceph_frag.h int newbits = ceph_frag_bits(f) + by; ceph_frag_bits 99 include/linux/ceph/ceph_frag.h return ceph_frag_make(ceph_frag_bits(f), ceph_frag_bits 100 include/linux/ceph/ceph_frag.h ceph_frag_value(f) + (0x1000000 >> ceph_frag_bits(f)));