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

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

Completed in 83 milliseconds