Home
last modified time | relevance | path

Searched refs:csum_type (Results 1 – 6 of 6) sorted by relevance

/u-boot/fs/btrfs/
A Ddisk-io.h47 int btrfs_csum_data(u16 csum_type, const u8 *data, u8 *out, size_t len);
49 int verify, u16 csum_type);
A Ddisk-io.c122 switch (csum_type) { in btrfs_csum_data()
130 printf("Unknown csum type %d\n", csum_type); in btrfs_csum_data()
145 u16 csum_type; in btrfs_check_super() local
152 csum_type = btrfs_super_csum_type(sb); in btrfs_check_super()
153 if (csum_type >= btrfs_super_num_csums()) { in btrfs_check_super()
154 error("unsupported checksum algorithm %u", csum_type); in btrfs_check_super()
159 btrfs_csum_data(csum_type, (u8 *)sb + BTRFS_CSUM_SIZE, in btrfs_check_super()
314 int verify, int silent, u16 csum_type) in __csum_tree_block_size() argument
320 btrfs_csum_data(csum_type, (u8 *)buf->data + BTRFS_CSUM_SIZE, in __csum_tree_block_size()
340 u16 csum_type) in csum_tree_block_size() argument
[all …]
A Dctree.c27 const u16 csum_type = btrfs_super_csum_type(sb); in btrfs_super_csum_size() local
29 return btrfs_csums[csum_type].size; in btrfs_super_csum_size()
32 const char *btrfs_super_csum_name(u16 csum_type) in btrfs_super_csum_name() argument
34 return btrfs_csums[csum_type].name; in btrfs_super_csum_name()
42 u16 btrfs_csum_type_size(u16 csum_type) in btrfs_csum_type_size() argument
44 return btrfs_csums[csum_type].size; in btrfs_csum_type_size()
A Dconv-funcs.h169 incompat_flags, csum_type, dev_item, cache_generation,
A Dctree.h977 csum_type, 16);
1211 const char *btrfs_super_csum_name(u16 csum_type);
1212 u16 btrfs_csum_type_size(u16 csum_type);
/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h1176 __le16 csum_type; member

Completed in 15 milliseconds