Home
last modified time | relevance | path

Searched refs:high_bit_offset (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbkey_cmp.h61 nr_key_bits += high_bit_offset; in __bkey_cmp_bits()
62 l_v = *l & (~0ULL >> high_bit_offset); in __bkey_cmp_bits()
63 r_v = *r & (~0ULL >> high_bit_offset); in __bkey_cmp_bits()
Dbkey.c17 unsigned word_bits = 64 - high_bit_offset; in bch2_bkey_packed_to_binary_text()
18 unsigned nr_key_bits = bkey_format_key_bits(f) + high_bit_offset; in bch2_bkey_packed_to_binary_text()
19 u64 v = *p & (~0ULL >> high_bit_offset); in bch2_bkey_packed_to_binary_text()
119 .bits = 64 - high_bit_offset, in pack_state_init()
150 .bits = 64 - high_bit_offset, in unpack_state_init()
151 .w = *p << high_bit_offset, in unpack_state_init()
418 first_bit = high_bit_offset + nr_key_bits - 1; in bkey_packed_successor()
709 unsigned word_bits = 64 - high_bit_offset; in bch2_bkey_greatest_differing_bit()
715 l_v = *l & (~0ULL >> high_bit_offset); in bch2_bkey_greatest_differing_bit()
716 r_v = *r & (~0ULL >> high_bit_offset); in bch2_bkey_greatest_differing_bit()
Dbkey.h525 #define high_bit_offset 0 macro
535 #define high_bit_offset KEY_PACKED_BITS_START macro
Dbset.c637 shift = high_bit_offset + in make_bfloat()
1085 unsigned key_bits_end = high_bit_offset + b->nr_key_bits; in bkey_mantissa_bits_dropped()