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()
1422 struct btrfs_inode_ref *iref; local
1461 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1463 name_len = btrfs_inode_ref_name_len(eb, iref);
1464 name_off = (unsigned long)(iref + 1);
1795 struct btrfs_inode_ref *iref; local
1824 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1827 name_len = btrfs_inode_ref_name_len(eb, iref);
1833 (unsigned long)(iref + 1), eb, ctx);
1836 len = sizeof(*iref) + name_len;
1837 iref = (struct btrfs_inode_ref *)((char *)iref + len);