Home
last modified time | relevance | path

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

/u-boot/fs/btrfs/
A Ddisk-io.c120 memset(out, 0, BTRFS_CSUM_SIZE); in btrfs_csum_data()
144 u8 result[BTRFS_CSUM_SIZE]; in btrfs_check_super()
159 btrfs_csum_data(csum_type, (u8 *)sb + BTRFS_CSUM_SIZE, in btrfs_check_super()
160 result, BTRFS_SUPER_INFO_SIZE - BTRFS_CSUM_SIZE); in btrfs_check_super()
316 u8 result[BTRFS_CSUM_SIZE]; in __csum_tree_block_size()
319 len = buf->len - BTRFS_CSUM_SIZE; in __csum_tree_block_size()
320 btrfs_csum_data(csum_type, (u8 *)buf->data + BTRFS_CSUM_SIZE, in __csum_tree_block_size()
/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h339 #define BTRFS_CSUM_SIZE 32 macro
1148 u8 csum[BTRFS_CSUM_SIZE];
1283 u8 csum[BTRFS_CSUM_SIZE];

Completed in 8 milliseconds