Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dcompress.c510 static const unsigned bch2_compression_opt_to_feature[] = { variable
550 BUG_ON(compression_type >= ARRAY_SIZE(bch2_compression_opt_to_feature)); in bch2_check_set_has_compressed_data()
554 1ULL << bch2_compression_opt_to_feature[compression_type]) in bch2_check_set_has_compressed_data()
643 return BIT_ULL(bch2_compression_opt_to_feature[type]); in compression_opt_to_feature()