Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dhash.h26 u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length);
30 return btrfs_crc32c((u32)~1, name, len); in btrfs_name_hash()
39 return (u64) btrfs_crc32c(parent_objectid, name, len); in btrfs_extref_hash()
Dhash.c32 u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length) in btrfs_crc32c() function
Dextent-tree.c1068 high_crc = btrfs_crc32c(high_crc, &lenum, sizeof(lenum)); in hash_extent_data_ref()
1070 low_crc = btrfs_crc32c(low_crc, &lenum, sizeof(lenum)); in hash_extent_data_ref()
1072 low_crc = btrfs_crc32c(low_crc, &lenum, sizeof(lenum)); in hash_extent_data_ref()
Dcheck-integrity.c1809 crc = btrfs_crc32c(crc, data, sublen); in btrfsic_test_for_metadata()
Ddisk-io.c265 return btrfs_crc32c(seed, data, len); in btrfs_csum_data()
Dsend.c677 crc = btrfs_crc32c(0, (unsigned char *)sctx->send_buf, sctx->send_size); in send_cmd()