Searched refs:sref (Results 1 – 5 of 5) sorted by relevance
/linux/fs/btrfs/ |
A D | print-tree.c | 84 struct btrfs_shared_data_ref *sref; in print_extent_item() local 146 sref = (struct btrfs_shared_data_ref *)(iref + 1); in print_extent_item() 148 offset, btrfs_shared_data_ref_count(eb, sref)); in print_extent_item() 210 struct btrfs_shared_data_ref *sref; in btrfs_print_leaf() local 270 sref = btrfs_item_ptr(l, i, in btrfs_print_leaf() 273 btrfs_shared_data_ref_count(l, sref)); in btrfs_print_leaf()
|
A D | ref-verify.c | 436 struct btrfs_shared_data_ref *sref; in process_extent_item() local 480 sref = (struct btrfs_shared_data_ref *)(iref + 1); in process_extent_item() 481 count = btrfs_shared_data_ref_count(leaf, sref); in process_extent_item() 504 struct btrfs_shared_data_ref *sref; in process_leaf() local 536 sref = btrfs_item_ptr(leaf, i, in process_leaf() 538 count = btrfs_shared_data_ref_count(leaf, sref); in process_leaf()
|
A D | tree-checker.c | 1338 struct btrfs_shared_data_ref *sref; in check_extent_item() local 1393 sref = (struct btrfs_shared_data_ref *)(iref + 1); in check_extent_item() 1401 inline_refs += btrfs_shared_data_ref_count(leaf, sref); in check_extent_item()
|
A D | extent-tree.c | 1025 struct btrfs_shared_data_ref *sref; in setup_inline_extent_backref() local 1026 sref = (struct btrfs_shared_data_ref *)(iref + 1); in setup_inline_extent_backref() 1027 btrfs_set_shared_data_ref_count(leaf, sref, refs_to_add); in setup_inline_extent_backref() 1077 struct btrfs_shared_data_ref *sref = NULL; in update_inline_extent_backref() local 1104 sref = (struct btrfs_shared_data_ref *)(iref + 1); in update_inline_extent_backref() 1105 refs = btrfs_shared_data_ref_count(leaf, sref); in update_inline_extent_backref() 1118 btrfs_set_shared_data_ref_count(leaf, sref, refs); in update_inline_extent_backref()
|
/linux/drivers/perf/ |
A D | xgene_pmu.c | 536 XGENE_PMU_EVENT_ATTR(sref-entry-vld, 0x08), 561 XGENE_PMU_EVENT_ATTR(rank-sref, 0x21),
|
Completed in 20 milliseconds