Searched defs:sdref (Results 1 - 1 of 1) sorted by relevance

/fs/btrfs/
H A Dbackref.c741 struct btrfs_shared_data_ref *sdref; local
744 sdref = (struct btrfs_shared_data_ref *)(iref + 1);
745 count = btrfs_shared_data_ref_count(leaf, sdref);
828 struct btrfs_shared_data_ref *sdref; local
831 sdref = btrfs_item_ptr(leaf, slot,
833 count = btrfs_shared_data_ref_count(leaf, sdref);

Completed in 32 milliseconds