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

/linux-master/fs/bcachefs/
H A Dbkey_cmp.h61 nr_key_bits += high_bit_offset;
62 l_v = *l & (~0ULL >> high_bit_offset);
63 r_v = *r & (~0ULL >> high_bit_offset);
H A Dbkey.c17 unsigned word_bits = 64 - high_bit_offset;
18 unsigned nr_key_bits = bkey_format_key_bits(f) + high_bit_offset;
19 u64 v = *p & (~0ULL >> high_bit_offset);
119 .bits = 64 - high_bit_offset,
150 .bits = 64 - high_bit_offset,
151 .w = *p << high_bit_offset,
418 first_bit = high_bit_offset + nr_key_bits - 1;
709 unsigned word_bits = 64 - high_bit_offset;
715 l_v = *l & (~0ULL >> high_bit_offset);
716 r_v = *r & (~0ULL >> high_bit_offset);
[all...]
H A Dbkey.h517 #define high_bit_offset 0 macro
527 #define high_bit_offset KEY_PACKED_BITS_START macro
H A Dbset.c661 shift = high_bit_offset +
1109 unsigned key_bits_end = high_bit_offset + b->nr_key_bits;

Completed in 151 milliseconds