Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dextents.h154 #define common_fields(_crc) \ in bch2_extent_crc_unpack() argument
155 .csum_type = _crc.csum_type, \ in bch2_extent_crc_unpack()
156 .compression_type = _crc.compression_type, \ in bch2_extent_crc_unpack()
157 .compressed_size = _crc._compressed_size + 1, \ in bch2_extent_crc_unpack()
158 .uncompressed_size = _crc._uncompressed_size + 1, \ in bch2_extent_crc_unpack()
159 .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, \
372 #define __bkey_for_each_crc(_k, _start, _end, _crc, _iter) \ argument
373 for ((_crc) = bch2_extent_crc_unpack(_k, NULL), \
[all …]
/linux/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c57 _ret = acpi_aml_##_op(_fd, &acpi_aml_##_buf##_crc); \
67 &acpi_aml_##_buf##_crc); \
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_reg.h7640 #define CDU_RSRVD_VALUE_TYPE_B(_crc, _type)\ argument