Lines Matching refs:iref
762 struct btrfs_extent_inline_ref *iref; in __add_inline_refs() local
766 iref = (struct btrfs_extent_inline_ref *)ptr; in __add_inline_refs()
767 type = btrfs_extent_inline_ref_type(leaf, iref); in __add_inline_refs()
768 offset = btrfs_extent_inline_ref_offset(leaf, iref); in __add_inline_refs()
780 sdref = (struct btrfs_shared_data_ref *)(iref + 1); in __add_inline_refs()
796 dref = (struct btrfs_extent_data_ref *)(&iref->offset); in __add_inline_refs()
1408 struct btrfs_inode_ref *iref; local
1447 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1449 name_len = btrfs_inode_ref_name_len(eb, iref);
1450 name_off = (unsigned long)(iref + 1);
1775 struct btrfs_inode_ref *iref; local
1804 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1807 name_len = btrfs_inode_ref_name_len(eb, iref);
1813 (unsigned long)(iref + 1), eb, ctx);
1816 len = sizeof(*iref) + name_len;
1817 iref = (struct btrfs_inode_ref *)((char *)iref + len);