Searched refs:btrfs_crc32c_table (Results 1 – 1 of 1) sorted by relevance
9 static u32 btrfs_crc32c_table[256]; variable16 crc32c_init(btrfs_crc32c_table, 0x82F63B78); in btrfs_hash_init()46 crc = crc32c_cal((u32)~0, (char *)buf, length, btrfs_crc32c_table); in hash_crc32c()54 return crc32c_cal(seed, data, len, btrfs_crc32c_table); in crc32c()
Completed in 2 milliseconds