Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dbkey.h581 unsigned f_bits = f->bits_per_field[i]; in bch2_bkey_format_field_overflows() local
586 if (f_bits > unpacked_bits) in bch2_bkey_format_field_overflows()
589 if ((f_bits == unpacked_bits) && field_offset) in bch2_bkey_format_field_overflows()
592 u64 f_mask = f_bits in bch2_bkey_format_field_overflows()
593 ? ~((~0ULL << (f_bits - 1)) << 1) in bch2_bkey_format_field_overflows()

Completed in 4 milliseconds