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

/linux-master/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;
/linux-master/lib/
H A Dcrc32.c272 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len) function
281 EXPORT_SYMBOL(crc32_le_shift); variable
/linux-master/fs/gfs2/
H A Drecovery.c129 hash = ~crc32_le_shift(hash, 4); /* assume lh_hash is zero */

Completed in 109 milliseconds