Lines Matching refs:iref
726 struct btrfs_extent_inline_ref *iref; in __add_inline_refs() local
730 iref = (struct btrfs_extent_inline_ref *)ptr; in __add_inline_refs()
731 type = btrfs_extent_inline_ref_type(leaf, iref); in __add_inline_refs()
732 offset = btrfs_extent_inline_ref_offset(leaf, iref); in __add_inline_refs()
744 sdref = (struct btrfs_shared_data_ref *)(iref + 1); in __add_inline_refs()
760 dref = (struct btrfs_extent_data_ref *)(&iref->offset); in __add_inline_refs()
1360 struct btrfs_inode_ref *iref; local
1399 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1401 name_len = btrfs_inode_ref_name_len(eb, iref);
1402 name_off = (unsigned long)(iref + 1);
1727 struct btrfs_inode_ref *iref; local
1756 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1759 name_len = btrfs_inode_ref_name_len(eb, iref);
1765 (unsigned long)(iref + 1), eb, ctx);
1768 len = sizeof(*iref) + name_len;
1769 iref = (struct btrfs_inode_ref *)((char *)iref + len);