Lines Matching refs:extref
2057 struct btrfs_inode_extref *extref;
2107 extref = (struct btrfs_inode_extref *)ptr;
2108 *ret_extref = extref;
2118 * this iterates to turn a name (from iref/extref) into a full filesystem path.
2652 struct btrfs_inode_extref *extref;
2658 ret = btrfs_find_one_extref(fs_root, inum, offset, path, &extref,
2683 extref = (struct btrfs_inode_extref *)(ptr + cur_offset);
2684 parent = btrfs_inode_extref_parent(eb, extref);
2685 name_len = btrfs_inode_extref_name_len(eb, extref);
2687 (unsigned long)&extref->name, eb, ipath);
2691 cur_offset += btrfs_inode_extref_name_len(eb, extref);
2692 cur_offset += sizeof(*extref);