Home
last modified time | relevance | path

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

/fs/btrfs/
A Ddisk-io.c119 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()
/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h336 #define BTRFS_CSUM_SIZE 32 macro
1142 u8 csum[BTRFS_CSUM_SIZE];
1277 u8 csum[BTRFS_CSUM_SIZE];

Completed in 9 milliseconds