Searched refs:sref (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | print-tree.c | 106 struct btrfs_shared_data_ref *sref; in print_extent_item() local 171 sref = (struct btrfs_shared_data_ref *)(iref + 1); in print_extent_item() 173 offset, btrfs_shared_data_ref_count(eb, sref)); in print_extent_item() 440 struct btrfs_shared_data_ref *sref; in btrfs_print_leaf() local 509 sref = btrfs_item_ptr(l, i, in btrfs_print_leaf() 512 btrfs_shared_data_ref_count(l, sref)); in btrfs_print_leaf()
|
| H 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()
|
| H A D | tree-checker.c | 1514 struct btrfs_shared_data_ref *sref; in check_extent_item() local 1597 sref = (struct btrfs_shared_data_ref *)(iref + 1); in check_extent_item() 1605 if (unlikely(btrfs_shared_data_ref_count(leaf, sref) == 0)) { in check_extent_item() 1610 inline_refs += btrfs_shared_data_ref_count(leaf, sref); in check_extent_item() 1682 struct btrfs_shared_data_ref *sref; in check_simple_keyed_refs() local 1684 sref = btrfs_item_ptr(leaf, slot, struct btrfs_shared_data_ref); in check_simple_keyed_refs() 1685 if (unlikely(btrfs_shared_data_ref_count(leaf, sref) == 0)) { in check_simple_keyed_refs()
|
| /linux/drivers/perf/ |
| H A D | xgene_pmu.c | 525 XGENE_PMU_EVENT_ATTR(sref-entry-vld, 0x08), 550 XGENE_PMU_EVENT_ATTR(rank-sref, 0x21),
|