Lines Matching defs:iref
1010 struct btrfs_extent_inline_ref *iref;
1014 iref = (struct btrfs_extent_inline_ref *)ptr;
1015 type = btrfs_get_extent_inline_ref_type(leaf, iref,
1020 offset = btrfs_extent_inline_ref_offset(leaf, iref);
1032 sdref = (struct btrfs_shared_data_ref *)(iref + 1);
1049 dref = (struct btrfs_extent_data_ref *)(&iref->offset);
1697 * this iterates to turn a name (from iref/extref) into a full filesystem path.
1722 struct btrfs_inode_ref *iref;
1761 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1763 name_len = btrfs_inode_ref_name_len(eb, iref);
1764 name_off = (unsigned long)(iref + 1);
2128 struct btrfs_inode_ref *iref;
2154 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2157 name_len = btrfs_inode_ref_name_len(eb, iref);
2164 (unsigned long)(iref + 1), eb, ctx);
2167 len = sizeof(*iref) + name_len;
2168 iref = (struct btrfs_inode_ref *)((char *)iref + len);
2497 struct btrfs_extent_inline_ref *iref;
2512 iref = (struct btrfs_extent_inline_ref *)
2514 type = btrfs_extent_inline_ref_type(eb, iref);
2972 struct btrfs_extent_inline_ref *iref;
2975 iref = (struct btrfs_extent_inline_ref *)
2977 type = btrfs_get_extent_inline_ref_type(eb, iref,
2984 key.offset = btrfs_extent_inline_ref_offset(eb, iref);