Searched refs:sref (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | print-tree.c | 62 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()
|
D | extent-tree.c | 1711 struct btrfs_shared_data_ref *sref; in setup_inline_extent_backref() local 1712 sref = (struct btrfs_shared_data_ref *)(iref + 1); in setup_inline_extent_backref() 1713 btrfs_set_shared_data_ref_count(leaf, sref, refs_to_add); in setup_inline_extent_backref() 1765 struct btrfs_shared_data_ref *sref = NULL; in update_inline_extent_backref() local 1788 sref = (struct btrfs_shared_data_ref *)(iref + 1); in update_inline_extent_backref() 1789 refs = btrfs_shared_data_ref_count(leaf, sref); in update_inline_extent_backref() 1802 btrfs_set_shared_data_ref_count(leaf, sref, refs); in update_inline_extent_backref()
|