Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dextent-tree.c398 u32 low_crc = ~(u32)0; in hash_extent_data_ref() local
404 low_crc = btrfs_crc32c(low_crc, &lenum, sizeof(lenum)); in hash_extent_data_ref()
406 low_crc = btrfs_crc32c(low_crc, &lenum, sizeof(lenum)); in hash_extent_data_ref()
408 return ((u64)high_crc << 31) ^ (u64)low_crc; in hash_extent_data_ref()