Searched refs:sref (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H 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() 218 struct btrfs_shared_data_ref *sref; in btrfs_print_leaf() local 278 sref = btrfs_item_ptr(l, i, in btrfs_print_leaf() 281 btrfs_shared_data_ref_count(l, sref)); in btrfs_print_leaf()
|
| H 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() 503 struct btrfs_shared_data_ref *sref; in process_leaf() local 535 sref = btrfs_item_ptr(leaf, i, in process_leaf() 537 count = btrfs_shared_data_ref_count(leaf, sref); in process_leaf()
|
| H A D | tree-checker.c | 1320 struct btrfs_shared_data_ref *sref; in check_extent_item() local 1373 sref = (struct btrfs_shared_data_ref *)(iref + 1); in check_extent_item() 1380 inline_refs += btrfs_shared_data_ref_count(leaf, sref); in check_extent_item()
|
| H A D | extent-tree.c | 1021 struct btrfs_shared_data_ref *sref; in setup_inline_extent_backref() local 1022 sref = (struct btrfs_shared_data_ref *)(iref + 1); in setup_inline_extent_backref() 1023 btrfs_set_shared_data_ref_count(leaf, sref, refs_to_add); in setup_inline_extent_backref() 1073 struct btrfs_shared_data_ref *sref = NULL; in update_inline_extent_backref() local 1100 sref = (struct btrfs_shared_data_ref *)(iref + 1); in update_inline_extent_backref() 1101 refs = btrfs_shared_data_ref_count(leaf, sref); in update_inline_extent_backref() 1114 btrfs_set_shared_data_ref_count(leaf, sref, refs); in update_inline_extent_backref()
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | xgene_pmu.c | 539 XGENE_PMU_EVENT_ATTR(sref-entry-vld, 0x08), 564 XGENE_PMU_EVENT_ATTR(rank-sref, 0x21),
|