Searched refs:sref (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dprint-tree.c98 struct btrfs_shared_data_ref *sref; local
163 sref = (struct btrfs_shared_data_ref *)(iref + 1);
165 offset, btrfs_shared_data_ref_count(eb, sref));
246 struct btrfs_shared_data_ref *sref; local
305 sref = btrfs_item_ptr(l, i,
308 btrfs_shared_data_ref_count(l, sref));
H A Dref-verify.c439 struct btrfs_shared_data_ref *sref; local
483 sref = (struct btrfs_shared_data_ref *)(iref + 1);
484 count = btrfs_shared_data_ref_count(leaf, sref);
510 struct btrfs_shared_data_ref *sref; local
542 sref = btrfs_item_ptr(leaf, i,
544 count = btrfs_shared_data_ref_count(leaf, sref);
H A Dtree-checker.c1424 struct btrfs_shared_data_ref *sref; local
1485 sref = (struct btrfs_shared_data_ref *)(iref + 1);
1493 inline_refs += btrfs_shared_data_ref_count(leaf, sref);
H A Dextent-tree.c1039 struct btrfs_shared_data_ref *sref; local
1040 sref = (struct btrfs_shared_data_ref *)(iref + 1);
1041 btrfs_set_shared_data_ref_count(leaf, sref, refs_to_add);
1092 struct btrfs_shared_data_ref *sref = NULL; local
1134 sref = (struct btrfs_shared_data_ref *)(iref + 1);
1135 refs = btrfs_shared_data_ref_count(leaf, sref);
1181 btrfs_set_shared_data_ref_count(leaf, sref, refs);
/linux-master/drivers/perf/
H A Dxgene_pmu.c534 XGENE_PMU_EVENT_ATTR(sref-entry-vld, 0x08),
559 XGENE_PMU_EVENT_ATTR(rank-sref, 0x21),

Completed in 366 milliseconds