Lines Matching refs:iref
977 struct btrfs_extent_inline_ref *iref; in add_inline_refs() local
981 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs()
982 type = btrfs_get_extent_inline_ref_type(leaf, iref, in add_inline_refs()
987 offset = btrfs_extent_inline_ref_offset(leaf, iref); in add_inline_refs()
999 sdref = (struct btrfs_shared_data_ref *)(iref + 1); in add_inline_refs()
1016 dref = (struct btrfs_extent_data_ref *)(&iref->offset); in add_inline_refs()
1675 struct btrfs_inode_ref *iref; local
1714 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1716 name_len = btrfs_inode_ref_name_len(eb, iref);
1717 name_off = (unsigned long)(iref + 1);
2062 struct btrfs_inode_ref *iref; local
2088 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2091 name_len = btrfs_inode_ref_name_len(eb, iref);
2098 (unsigned long)(iref + 1), eb, ctx);
2101 len = sizeof(*iref) + name_len;
2102 iref = (struct btrfs_inode_ref *)((char *)iref + len);
2431 struct btrfs_extent_inline_ref *iref; local
2446 iref = (struct btrfs_extent_inline_ref *)
2448 type = btrfs_extent_inline_ref_type(eb, iref);
2913 struct btrfs_extent_inline_ref *iref; local
2916 iref = (struct btrfs_extent_inline_ref *)
2918 type = btrfs_get_extent_inline_ref_type(eb, iref,
2925 key.offset = btrfs_extent_inline_ref_offset(eb, iref);