• Home
  • Raw
  • Download

Lines Matching refs:fi

1631 	struct btrfs_file_extent_item *fi;  in get_new_location()  local
1650 fi = btrfs_item_ptr(leaf, path->slots[0], in get_new_location()
1653 BUG_ON(btrfs_file_extent_offset(leaf, fi) || in get_new_location()
1654 btrfs_file_extent_compression(leaf, fi) || in get_new_location()
1655 btrfs_file_extent_encryption(leaf, fi) || in get_new_location()
1656 btrfs_file_extent_other_encoding(leaf, fi)); in get_new_location()
1658 if (num_bytes != btrfs_file_extent_disk_num_bytes(leaf, fi)) { in get_new_location()
1663 *new_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in get_new_location()
1682 struct btrfs_file_extent_item *fi; in replace_file_extents() local
1712 fi = btrfs_item_ptr(leaf, i, struct btrfs_file_extent_item); in replace_file_extents()
1713 if (btrfs_file_extent_type(leaf, fi) == in replace_file_extents()
1716 bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in replace_file_extents()
1717 num_bytes = btrfs_file_extent_disk_num_bytes(leaf, fi); in replace_file_extents()
1737 btrfs_file_extent_num_bytes(leaf, fi); in replace_file_extents()
1764 btrfs_set_file_extent_disk_bytenr(leaf, fi, new_bytenr); in replace_file_extents()
1767 key.offset -= btrfs_file_extent_offset(leaf, fi); in replace_file_extents()
3698 struct btrfs_file_extent_item *fi; in find_data_references() local
3804 fi = btrfs_item_ptr(leaf, path->slots[0], in find_data_references()
3807 if (btrfs_file_extent_type(leaf, fi) == in find_data_references()
3811 if (btrfs_file_extent_disk_bytenr(leaf, fi) != in find_data_references()
3815 key.offset -= btrfs_file_extent_offset(leaf, fi); in find_data_references()