Searched refs:BTRFS_CSUM_SIZE (Results 1 – 2 of 2) sorted by relevance
119 memset(out, 0, BTRFS_CSUM_SIZE); in btrfs_csum_data()145 u8 result[BTRFS_CSUM_SIZE]; in btrfs_check_super()160 btrfs_csum_data(csum_type, (u8 *)sb + BTRFS_CSUM_SIZE, in btrfs_check_super()161 result, BTRFS_SUPER_INFO_SIZE - BTRFS_CSUM_SIZE); in btrfs_check_super()317 u8 result[BTRFS_CSUM_SIZE]; in __csum_tree_block_size()320 len = buf->len - BTRFS_CSUM_SIZE; in __csum_tree_block_size()321 btrfs_csum_data(csum_type, (u8 *)buf->data + BTRFS_CSUM_SIZE, in __csum_tree_block_size()
336 #define BTRFS_CSUM_SIZE 32 macro1142 u8 csum[BTRFS_CSUM_SIZE];1277 u8 csum[BTRFS_CSUM_SIZE];
Completed in 9 milliseconds