Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dcrc32.h34 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len);
38 return crc32_le_shift(crc1, len2) ^ crc2; in crc32_le_combine()
/linux-6.12.1/lib/
Dcrc32.c272 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len) function
281 EXPORT_SYMBOL(crc32_le_shift);
/linux-6.12.1/fs/gfs2/
Drecovery.c129 hash = ~crc32_le_shift(hash, 4); /* assume lh_hash is zero */ in __get_log_header()