Lines Matching refs:iref
1006 struct btrfs_extent_inline_ref *iref; in add_inline_refs() local
1010 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs()
1011 type = btrfs_get_extent_inline_ref_type(leaf, iref, in add_inline_refs()
1016 offset = btrfs_extent_inline_ref_offset(leaf, iref); in add_inline_refs()
1028 sdref = (struct btrfs_shared_data_ref *)(iref + 1); in add_inline_refs()
1045 dref = (struct btrfs_extent_data_ref *)(&iref->offset); in add_inline_refs()
1718 struct btrfs_inode_ref *iref; local
1757 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1759 name_len = btrfs_inode_ref_name_len(eb, iref);
1760 name_off = (unsigned long)(iref + 1);
2124 struct btrfs_inode_ref *iref; local
2150 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2153 name_len = btrfs_inode_ref_name_len(eb, iref);
2160 (unsigned long)(iref + 1), eb, ctx);
2163 len = sizeof(*iref) + name_len;
2164 iref = (struct btrfs_inode_ref *)((char *)iref + len);
2493 struct btrfs_extent_inline_ref *iref; local
2508 iref = (struct btrfs_extent_inline_ref *)
2510 type = btrfs_extent_inline_ref_type(eb, iref);
2968 struct btrfs_extent_inline_ref *iref; local
2971 iref = (struct btrfs_extent_inline_ref *)
2973 type = btrfs_get_extent_inline_ref_type(eb, iref,
2980 key.offset = btrfs_extent_inline_ref_offset(eb, iref);