Searched refs:sref (Results 1 – 2 of 2) sorted by relevance
421 struct btrfs_shared_data_ref *sref; in process_extent_item() local466 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() local529 sref = btrfs_item_ptr(leaf, i, in process_leaf()531 count = btrfs_shared_data_ref_count(leaf, sref); in process_leaf()
1469 struct btrfs_shared_data_ref *sref; in check_extent_item() local1552 sref = (struct btrfs_shared_data_ref *)(iref + 1); in check_extent_item()1560 if (unlikely(btrfs_shared_data_ref_count(leaf, sref) == 0)) { in check_extent_item()1565 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() local1639 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()