Searched refs:_crc (Results 1 – 1 of 1) sorted by relevance
| /fs/bcachefs/ |
| A D | extents.h | 153 #define common_fields(_crc) \ in bch2_extent_crc_unpack() argument 154 .csum_type = _crc.csum_type, \ in bch2_extent_crc_unpack() 155 .compression_type = _crc.compression_type, \ in bch2_extent_crc_unpack() 156 .compressed_size = _crc._compressed_size + 1, \ in bch2_extent_crc_unpack() 157 .uncompressed_size = _crc._uncompressed_size + 1, \ in bch2_extent_crc_unpack() 158 .offset = _crc.offset, \ in bch2_extent_crc_unpack() 360 #define bkey_crc_next(_k, _end, _crc, _iter) \ argument 364 (_crc) = bch2_extent_crc_unpack(_k, \ 373 for ((_crc) = bch2_extent_crc_unpack(_k, NULL), \ 375 bkey_crc_next(_k, _end, _crc, _iter); \ [all …]
|
Completed in 7 milliseconds