Home
last modified time | relevance | path

Searched refs:btrfs_shared_data_ref (Results 1 – 7 of 7) sorted by relevance

/linux/fs/btrfs/
H A Dprint-tree.c98 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()
H A Dref-verify.c439 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()
H A Dextent-tree.c520 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()
586 struct btrfs_shared_data_ref *ref2 = NULL; in remove_extent_data_ref()
600 struct btrfs_shared_data_ref); in remove_extent_data_ref()
630 struct btrfs_shared_data_ref *ref2; in extent_data_ref_count()
648 ref2 = (struct btrfs_shared_data_ref *)(iref + 1); in extent_data_ref_count()
657 struct btrfs_shared_data_ref); in extent_data_ref_count()
1042 struct btrfs_shared_data_ref *sref; in setup_inline_extent_backref()
1043 sref = (struct btrfs_shared_data_ref *)(iref + 1); in setup_inline_extent_backref()
[all …]
H A Dtree-checker.c1468 struct btrfs_shared_data_ref *sref; in check_extent_item()
1551 sref = (struct btrfs_shared_data_ref *)(iref + 1); in check_extent_item()
1637 struct btrfs_shared_data_ref *sref; in check_simple_keyed_refs()
1639 sref = btrfs_item_ptr(leaf, slot, struct btrfs_shared_data_ref); in check_simple_keyed_refs()
1646 expect_item_size = sizeof(struct btrfs_shared_data_ref); in check_simple_keyed_refs()
H A Daccessors.h365 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()
H A Dbackref.c1077 struct btrfs_shared_data_ref *sdref; in add_inline_refs()
1080 sdref = (struct btrfs_shared_data_ref *)(iref + 1); in add_inline_refs()
1180 struct btrfs_shared_data_ref *sdref; in add_keyed_refs()
1184 struct btrfs_shared_data_ref); in add_keyed_refs()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h827 struct btrfs_shared_data_ref { struct