Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dcrc32.h32 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len);
36 return crc32_le_shift(crc1, len2) ^ crc2; in crc32_le_combine()
/kernel/linux/linux-6.6/include/linux/
H A Dcrc32.h32 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len);
36 return crc32_le_shift(crc1, len2) ^ crc2; in crc32_le_combine()
/kernel/linux/linux-5.10/lib/
H A Dcrc32.c273 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len) function
282 EXPORT_SYMBOL(crc32_le_shift); variable
/kernel/linux/linux-6.6/lib/
H A Dcrc32.c272 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len) function
281 EXPORT_SYMBOL(crc32_le_shift); variable
/kernel/linux/linux-5.10/fs/gfs2/
H A Drecovery.c131 hash = ~crc32_le_shift(hash, 4); /* assume lh_hash is zero */ in __get_log_header()
/kernel/linux/linux-6.6/fs/gfs2/
H A Drecovery.c129 hash = ~crc32_le_shift(hash, 4); /* assume lh_hash is zero */ in __get_log_header()

Completed in 4 milliseconds