Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dbtrfs_tree.h380 BTRFS_CSUM_TYPE_CRC32 = 0, enumerator
/linux/fs/btrfs/
H A Ddisk-io.c145 case BTRFS_CSUM_TYPE_CRC32: in btrfs_supported_super_csum()
2059 case BTRFS_CSUM_TYPE_CRC32: in btrfs_init_csum_hash()
2568 btrfs_super_csum_type(sb), BTRFS_CSUM_TYPE_CRC32); in btrfs_validate_write_super()
H A Dctree.c46 [BTRFS_CSUM_TYPE_CRC32] = { .size = 4, .name = "crc32c" },