Home
last modified time | relevance | path

Searched refs:sref (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dprint-tree.c62 struct btrfs_shared_data_ref *sref; in print_extent_item() local
125 sref = (struct btrfs_shared_data_ref *)(iref + 1); in print_extent_item()
128 offset, btrfs_shared_data_ref_count(eb, sref)); in print_extent_item()
183 struct btrfs_shared_data_ref *sref; in btrfs_print_leaf() local
241 sref = btrfs_item_ptr(l, i, in btrfs_print_leaf()
244 btrfs_shared_data_ref_count(l, sref)); in btrfs_print_leaf()
Dextent-tree.c1772 struct btrfs_shared_data_ref *sref; in setup_inline_extent_backref() local
1773 sref = (struct btrfs_shared_data_ref *)(iref + 1); in setup_inline_extent_backref()
1774 btrfs_set_shared_data_ref_count(leaf, sref, refs_to_add); in setup_inline_extent_backref()
1826 struct btrfs_shared_data_ref *sref = NULL; in update_inline_extent_backref() local
1849 sref = (struct btrfs_shared_data_ref *)(iref + 1); in update_inline_extent_backref()
1850 refs = btrfs_shared_data_ref_count(leaf, sref); in update_inline_extent_backref()
1863 btrfs_set_shared_data_ref_count(leaf, sref, refs); in update_inline_extent_backref()