Searched refs:btrfs_shared_data_ref (Results 1 – 7 of 7) sorted by relevance
98 struct btrfs_shared_data_ref *sref; in print_extent_item()163 sref = (struct btrfs_shared_data_ref *)(iref + 1); in print_extent_item()241 struct btrfs_shared_data_ref *sref; in btrfs_print_leaf()301 struct btrfs_shared_data_ref); in btrfs_print_leaf()
439 struct btrfs_shared_data_ref *sref; in process_extent_item()484 sref = (struct btrfs_shared_data_ref *)(iref + 1); in process_extent_item()515 struct btrfs_shared_data_ref *sref; in process_leaf()548 struct btrfs_shared_data_ref); in process_leaf()
520 size = sizeof(struct btrfs_shared_data_ref); in insert_extent_data_ref()533 struct btrfs_shared_data_ref *ref; in insert_extent_data_ref()535 struct btrfs_shared_data_ref); in insert_extent_data_ref()587 struct btrfs_shared_data_ref *ref2 = NULL; in remove_extent_data_ref()601 struct btrfs_shared_data_ref); in remove_extent_data_ref()632 struct btrfs_shared_data_ref *ref2; in extent_data_ref_count()659 struct btrfs_shared_data_ref); in extent_data_ref_count()1024 struct btrfs_shared_data_ref *sref; in setup_inline_extent_backref()1025 sref = (struct btrfs_shared_data_ref *)(iref + 1); in setup_inline_extent_backref()1077 struct btrfs_shared_data_ref *sref = NULL; in update_inline_extent_backref()[all …]
365 BTRFS_SETGET_FUNCS(shared_data_ref_count, struct btrfs_shared_data_ref, count, 32);381 return sizeof(struct btrfs_shared_data_ref) + in btrfs_extent_inline_ref_size()
1456 struct btrfs_shared_data_ref *sref; in check_extent_item()1534 sref = (struct btrfs_shared_data_ref *)(iref + 1); in check_extent_item()1615 expect_item_size = sizeof(struct btrfs_shared_data_ref); in check_simple_keyed_refs()
1078 struct btrfs_shared_data_ref *sdref; in add_inline_refs()1081 sdref = (struct btrfs_shared_data_ref *)(iref + 1); in add_inline_refs()1181 struct btrfs_shared_data_ref *sdref; in add_keyed_refs()1185 struct btrfs_shared_data_ref); in add_keyed_refs()
827 struct btrfs_shared_data_ref { struct
Completed in 879 milliseconds