Home
last modified time | relevance | path

Searched refs:btrfs_extent_inline_ref (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dprint-tree.c44 struct btrfs_extent_inline_ref *iref; in print_extent_item()
76 iref = (struct btrfs_extent_inline_ref *)(info + 1); in print_extent_item()
78 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in print_extent_item()
84 iref = (struct btrfs_extent_inline_ref *)ptr; in print_extent_item()
Dextent-tree.c389 struct btrfs_extent_inline_ref *iref, in btrfs_get_extent_inline_ref_type()
678 struct btrfs_extent_inline_ref *iref) in extent_data_ref_count()
820 struct btrfs_extent_inline_ref **ref_ret, in lookup_inline_extent_backref()
830 struct btrfs_extent_inline_ref *iref; in lookup_inline_extent_backref()
933 iref = (struct btrfs_extent_inline_ref *)ptr; in lookup_inline_extent_backref()
998 *ref_ret = (struct btrfs_extent_inline_ref *)ptr; in lookup_inline_extent_backref()
1013 struct btrfs_extent_inline_ref *iref, in setup_inline_extent_backref()
1049 iref = (struct btrfs_extent_inline_ref *)ptr; in setup_inline_extent_backref()
1073 struct btrfs_extent_inline_ref **ref_ret, in lookup_extent_backref()
1103 struct btrfs_extent_inline_ref *iref, in update_inline_extent_backref()
[all …]
Dbackref.c924 struct btrfs_extent_inline_ref *iref; in add_inline_refs()
928 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs()
1769 struct btrfs_extent_inline_ref **out_eiref,
1783 (struct btrfs_extent_inline_ref *)(ei + 1);
1788 (struct btrfs_extent_inline_ref *)(info + 1);
1791 *out_eiref = (struct btrfs_extent_inline_ref *)(ei + 1);
1799 *out_eiref = (struct btrfs_extent_inline_ref *)(*ptr);
1826 struct btrfs_extent_inline_ref *eiref;
Dref-verify.c432 struct btrfs_extent_inline_ref *iref; in process_extent_item()
450 iref = (struct btrfs_extent_inline_ref *)(info + 1); in process_extent_item()
454 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in process_extent_item()
460 iref = (struct btrfs_extent_inline_ref *)ptr; in process_extent_item()
Dctree.h1638 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref,
1640 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref,
1647 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
1650 sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
1653 offsetof(struct btrfs_extent_inline_ref, offset); in btrfs_extent_inline_ref_size()
2372 struct btrfs_extent_inline_ref *iref,
Dtree-checker.c1063 struct btrfs_extent_inline_ref *iref; in check_extent_item()
1076 iref = (struct btrfs_extent_inline_ref *)ptr; in check_extent_item()
Drelocation.c769 struct btrfs_extent_inline_ref *iref; in build_backref_tree()
771 iref = (struct btrfs_extent_inline_ref *)ptr; in build_backref_tree()
3769 struct btrfs_extent_inline_ref *iref; in add_data_references()
3782 iref = (struct btrfs_extent_inline_ref *)ptr; in add_data_references()
/Linux-v5.4/fs/btrfs/tests/
Dqgroup-tests.c19 struct btrfs_extent_inline_ref *iref; in insert_normal_tree_ref()
54 iref = (struct btrfs_extent_inline_ref *)(block_info + 1); in insert_normal_tree_ref()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h514 struct btrfs_extent_inline_ref { struct