Home
last modified time | relevance | path

Searched refs:sref (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dref-verify.c421 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 Dtree-checker.c1469 struct btrfs_shared_data_ref *sref; in check_extent_item() local
1552 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() local
1639 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()