Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbkey.c445 u64 unpacked_max = ~((~0ULL << 1) << (unpacked_bits - 1)); in bkey_format_has_too_big_fields() local
452 packed_max + field_offset > unpacked_max) in bkey_format_has_too_big_fields()
578 u64 unpacked_max = ~((~0ULL << 1) << (unpacked_bits - 1)); in set_format_field() local
582 offset = bits == unpacked_bits ? 0 : min(offset, unpacked_max - ((1ULL << bits) - 1)); in set_format_field()
661 u64 unpacked_max = ~((~0ULL << 1) << (unpacked_bits - 1)); in bch2_bkey_format_invalid() local
668 i, packed_max, le64_to_cpu(f->field_offset[i]), unpacked_max); in bch2_bkey_format_invalid()