Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dsuper.c60 if (csum_type == BTRFS_CSUM_TYPE_CRC32) { in btrfs_check_super_csum()
H A Dbtrfs_tree.h312 #define BTRFS_CSUM_TYPE_CRC32 0 macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h359 BTRFS_CSUM_TYPE_CRC32 = 0, enumerator
/openbmc/linux/fs/btrfs/
H A Ddisk-io.c130 case BTRFS_CSUM_TYPE_CRC32: in btrfs_supported_super_csum()
2027 case BTRFS_CSUM_TYPE_CRC32: in btrfs_init_csum_hash()
2522 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" },