Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbkey_cmp.h97 EBUG_ON(b->nr_key_bits != bkey_format_key_bits(f)); in __bch2_bkey_cmp_packed_format_checked_inlined()
Dbkey.c18 unsigned nr_key_bits = bkey_format_key_bits(f) + high_bit_offset; in bch2_bkey_packed_to_binary_text()
411 EBUG_ON(b->nr_key_bits != bkey_format_key_bits(f)); in bkey_packed_successor()
712 EBUG_ON(b->nr_key_bits != bkey_format_key_bits(&b->format)); in bch2_bkey_greatest_differing_bit()
752 EBUG_ON(b->nr_key_bits != bkey_format_key_bits(&b->format)); in bch2_bkey_ffs()
Dbset.h247 b->nr_key_bits = bkey_format_key_bits(&f); in btree_node_set_format()
Dbkey.h254 static inline unsigned bkey_format_key_bits(const struct bkey_format *format) in bkey_format_key_bits() function