Searched refs:sref (Results 1 – 4 of 4) sorted by relevance
| /fs/btrfs/ |
| A D | print-tree.c | 98 struct btrfs_shared_data_ref *sref; in print_extent_item() local 163 sref = (struct btrfs_shared_data_ref *)(iref + 1); in print_extent_item() 165 offset, btrfs_shared_data_ref_count(eb, sref)); in print_extent_item() 241 struct btrfs_shared_data_ref *sref; in btrfs_print_leaf() local 300 sref = btrfs_item_ptr(l, i, in btrfs_print_leaf() 303 btrfs_shared_data_ref_count(l, sref)); in btrfs_print_leaf()
|
| A D | ref-verify.c | 421 struct btrfs_shared_data_ref *sref; in process_extent_item() local 466 sref = (struct btrfs_shared_data_ref *)(iref + 1); in process_extent_item() 467 count = btrfs_shared_data_ref_count(leaf, sref); in process_extent_item() 497 struct btrfs_shared_data_ref *sref; in process_leaf() local 529 sref = btrfs_item_ptr(leaf, i, in process_leaf() 531 count = btrfs_shared_data_ref_count(leaf, sref); in process_leaf()
|
| A D | tree-checker.c | 1468 struct btrfs_shared_data_ref *sref; in check_extent_item() local 1551 sref = (struct btrfs_shared_data_ref *)(iref + 1); in check_extent_item() 1559 if (unlikely(btrfs_shared_data_ref_count(leaf, sref) == 0)) { in check_extent_item() 1564 inline_refs += btrfs_shared_data_ref_count(leaf, sref); in check_extent_item() 1637 struct btrfs_shared_data_ref *sref; in check_simple_keyed_refs() local 1639 sref = btrfs_item_ptr(leaf, slot, struct btrfs_shared_data_ref); in check_simple_keyed_refs() 1640 if (unlikely(btrfs_shared_data_ref_count(leaf, sref) == 0)) { in check_simple_keyed_refs()
|
| A D | extent-tree.c | 1038 struct btrfs_shared_data_ref *sref; in setup_inline_extent_backref() local 1039 sref = (struct btrfs_shared_data_ref *)(iref + 1); in setup_inline_extent_backref() 1040 btrfs_set_shared_data_ref_count(leaf, sref, refs_to_add); in setup_inline_extent_backref() 1090 struct btrfs_shared_data_ref *sref = NULL; in update_inline_extent_backref() local 1132 sref = (struct btrfs_shared_data_ref *)(iref + 1); in update_inline_extent_backref() 1133 refs = btrfs_shared_data_ref_count(leaf, sref); in update_inline_extent_backref() 1179 btrfs_set_shared_data_ref_count(leaf, sref, refs); in update_inline_extent_backref()
|
Completed in 16 milliseconds