Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dextent-tree.c1099 __le64 lenum; in hash_extent_data_ref() local
1101 lenum = cpu_to_le64(root_objectid); in hash_extent_data_ref()
1102 high_crc = crc32c(high_crc, &lenum, sizeof(lenum)); in hash_extent_data_ref()
1103 lenum = cpu_to_le64(owner); in hash_extent_data_ref()
1104 low_crc = crc32c(low_crc, &lenum, sizeof(lenum)); in hash_extent_data_ref()
1105 lenum = cpu_to_le64(offset); in hash_extent_data_ref()
1106 low_crc = crc32c(low_crc, &lenum, sizeof(lenum)); in hash_extent_data_ref()