Searched refs:bch2_compression_opt_to_feature (Results 1 – 1 of 1) sorted by relevance
510 static const unsigned bch2_compression_opt_to_feature[] = { variable550 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()