Searched refs:btrfs_header (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ctree.h | 371 struct btrfs_header { struct 387 sizeof(struct btrfs_header)) / \ argument 389 #define __BTRFS_LEAF_DATA_SIZE(bs) ((bs) - sizeof(struct btrfs_header)) 566 struct btrfs_header header; 581 struct btrfs_header header; 2860 BTRFS_SETGET_HEADER_FUNCS(header_bytenr, struct btrfs_header, bytenr, 64); 2861 BTRFS_SETGET_HEADER_FUNCS(header_generation, struct btrfs_header, 2863 BTRFS_SETGET_HEADER_FUNCS(header_owner, struct btrfs_header, owner, 64); 2864 BTRFS_SETGET_HEADER_FUNCS(header_nritems, struct btrfs_header, nritems, 32); 2865 BTRFS_SETGET_HEADER_FUNCS(header_flags, struct btrfs_header, flags, 64); [all …]
|
D | check-integrity.c | 243 struct btrfs_header *hdr; 983 struct btrfs_header *const first_hdr = in btrfsic_process_metablock() 984 (struct btrfs_header *)first_block_ctx->datav[0]; in btrfsic_process_metablock() 1086 struct btrfs_header *const next_hdr = in btrfsic_process_metablock() 1087 (struct btrfs_header *) in btrfsic_process_metablock() 1186 struct btrfs_header *const next_hdr = in btrfsic_process_metablock() 1187 (struct btrfs_header *) in btrfsic_process_metablock() 1791 struct btrfs_header *h; in btrfsic_test_for_metadata() 1799 h = (struct btrfs_header *)datav[0]; in btrfsic_test_for_metadata() 1880 (struct btrfs_header *) in btrfsic_process_written_block() [all …]
|
D | ctree.c | 3357 memset_extent_buffer(c, 0, 0, sizeof(struct btrfs_header)); in insert_new_root() 3496 memset_extent_buffer(split, 0, 0, sizeof(struct btrfs_header)); in split_node() 4276 memset_extent_buffer(right, 0, 0, sizeof(struct btrfs_header)); in split_leaf()
|
D | disk-io.c | 1344 memset_extent_buffer(leaf, 0, 0, sizeof(struct btrfs_header)); in btrfs_create_tree() 1431 memset_extent_buffer(leaf, 0, 0, sizeof(struct btrfs_header)); in alloc_log_tree()
|
D | scrub.c | 1859 struct btrfs_header *h; in scrub_checksum_tree_block() 1875 h = (struct btrfs_header *)mapped_buffer; in scrub_checksum_tree_block()
|
D | ioctl.c | 497 memset_extent_buffer(leaf, 0, 0, sizeof(struct btrfs_header)); in create_subvol()
|