Searched refs:btrfs_header (Results 1 – 4 of 4) sorted by relevance
/u-boot-v2022.01-rc1/fs/btrfs/ |
A D | ctree.h | 52 #define __BTRFS_LEAF_DATA_SIZE(bs) ((bs) - sizeof(struct btrfs_header)) 181 const struct btrfs_header *h = (struct btrfs_header *)eb->data; \ 187 struct btrfs_header *h = (struct btrfs_header *)eb->data; \ 755 BTRFS_SETGET_HEADER_FUNCS(header_generation, struct btrfs_header, 757 BTRFS_SETGET_HEADER_FUNCS(header_owner, struct btrfs_header, owner, 64); 760 BTRFS_SETGET_HEADER_FUNCS(header_level, struct btrfs_header, level, 8); 765 BTRFS_SETGET_STACK_FUNCS(stack_header_generation, struct btrfs_header, 804 return offsetof(struct btrfs_header, fsid); in btrfs_header_fsid() 809 return offsetof(struct btrfs_header, chunk_tree_uuid); in btrfs_header_chunk_tree_uuid() 814 unsigned long ptr = offsetof(struct btrfs_header, csum); in btrfs_header_csum() [all …]
|
A D | conv-funcs.h | 159 DEFINE_CONV(btrfs_header, bytenr, flags, generation, owner, nritems)
|
A D | disk-io.c | 26 return ((nodesize - sizeof(struct btrfs_header)) / in max_nritems() 28 return ((nodesize - sizeof(struct btrfs_header)) / in max_nritems()
|
/u-boot-v2022.01-rc1/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 1280 struct btrfs_header { struct 1313 struct btrfs_header header; argument 1328 struct btrfs_header header;
|
Completed in 30 milliseconds