Home
last modified time | relevance | path

Searched refs:ceph_frag_bits (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/ceph/
Dceph_frag.h27 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits() function
37 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()
/linux-4.19.296/fs/ceph/
Dceph_frag.c16 va = ceph_frag_bits(a); in ceph_frag_compare()
17 vb = ceph_frag_bits(b); in ceph_frag_compare()
Dinode.c314 if (ceph_frag_bits(f) != ceph_frag_bits(frag->frag) + frag->split_by) in is_frag_child()
363 if (split_by == 0 || ceph_frag_bits(id) + split_by > 24) { in ceph_fill_fragtree()