kernel/include/linux/crc-t10dif.h
.. .. @@ -6,6 +6,7 @@ 6 6 7 7 #define CRC_T10DIF_DIGEST_SIZE 2 8 8 #define CRC_T10DIF_BLOCK_SIZE 1 9 +#define CRC_T10DIF_STRING "crct10dif"9 10 10 11 extern __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer, 11 12 size_t len);