Lines Matching defs:iref
1070 struct btrfs_extent_inline_ref *iref;
1074 iref = (struct btrfs_extent_inline_ref *)ptr;
1075 type = btrfs_get_extent_inline_ref_type(leaf, iref,
1080 offset = btrfs_extent_inline_ref_offset(leaf, iref);
1092 sdref = (struct btrfs_shared_data_ref *)(iref + 1);
1109 dref = (struct btrfs_extent_data_ref *)(&iref->offset);
2118 * this iterates to turn a name (from iref/extref) into a full filesystem path.
2142 struct btrfs_inode_ref *iref;
2178 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2180 name_len = btrfs_inode_ref_name_len(eb, iref);
2181 name_off = (unsigned long)(iref + 1);
2593 struct btrfs_inode_ref *iref;
2618 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2621 name_len = btrfs_inode_ref_name_len(eb, iref);
2628 (unsigned long)(iref + 1), eb, ipath);
2631 len = sizeof(*iref) + name_len;
2632 iref = (struct btrfs_inode_ref *)((char *)iref + len);
2953 struct btrfs_extent_inline_ref *iref;
2968 iref = (struct btrfs_extent_inline_ref *)
2970 type = btrfs_extent_inline_ref_type(eb, iref);
3432 struct btrfs_extent_inline_ref *iref;
3435 iref = (struct btrfs_extent_inline_ref *)
3437 type = btrfs_get_extent_inline_ref_type(eb, iref,
3444 key.offset = btrfs_extent_inline_ref_offset(eb, iref);