Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dextents.h153 #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 …]
/linux-6.15/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c57 _ret = acpi_aml_##_op(_fd, &acpi_aml_##_buf##_crc); \
67 &acpi_aml_##_buf##_crc); \
/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_reg.h7640 #define CDU_RSRVD_VALUE_TYPE_B(_crc, _type)\ argument