Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbkey.c27 unsigned next_key_bits = nr_key_bits; in bch2_bkey_packed_to_binary_text() local
31 next_key_bits = 0; in bch2_bkey_packed_to_binary_text()
33 next_key_bits -= 64; in bch2_bkey_packed_to_binary_text()
38 if (!next_key_bits) in bch2_bkey_packed_to_binary_text()
46 nr_key_bits = next_key_bits; in bch2_bkey_packed_to_binary_text()