Searched refs:sref (Results 1 – 4 of 4) sorted by relevance
/fs/btrfs/ |
D | print-tree.c | 88 struct btrfs_shared_data_ref *sref; in print_extent_item() local 152 sref = (struct btrfs_shared_data_ref *)(iref + 1); in print_extent_item() 154 offset, btrfs_shared_data_ref_count(eb, sref)); in print_extent_item() 215 struct btrfs_shared_data_ref *sref; in btrfs_print_leaf() local 274 sref = btrfs_item_ptr(l, i, in btrfs_print_leaf() 277 btrfs_shared_data_ref_count(l, sref)); in btrfs_print_leaf()
|
D | ref-verify.c | 439 struct btrfs_shared_data_ref *sref; in process_extent_item() local 483 sref = (struct btrfs_shared_data_ref *)(iref + 1); in process_extent_item() 484 count = btrfs_shared_data_ref_count(leaf, sref); in process_extent_item() 507 struct btrfs_shared_data_ref *sref; in process_leaf() local 539 sref = btrfs_item_ptr(leaf, i, in process_leaf() 541 count = btrfs_shared_data_ref_count(leaf, sref); in process_leaf()
|
D | tree-checker.c | 1419 struct btrfs_shared_data_ref *sref; in check_extent_item() local 1480 sref = (struct btrfs_shared_data_ref *)(iref + 1); in check_extent_item() 1488 inline_refs += btrfs_shared_data_ref_count(leaf, sref); in check_extent_item()
|
D | extent-tree.c | 1027 struct btrfs_shared_data_ref *sref; in setup_inline_extent_backref() local 1028 sref = (struct btrfs_shared_data_ref *)(iref + 1); in setup_inline_extent_backref() 1029 btrfs_set_shared_data_ref_count(leaf, sref, refs_to_add); in setup_inline_extent_backref() 1080 struct btrfs_shared_data_ref *sref = NULL; in update_inline_extent_backref() local 1122 sref = (struct btrfs_shared_data_ref *)(iref + 1); in update_inline_extent_backref() 1123 refs = btrfs_shared_data_ref_count(leaf, sref); in update_inline_extent_backref() 1169 btrfs_set_shared_data_ref_count(leaf, sref, refs); in update_inline_extent_backref()
|