Home
last modified time | relevance | path

Searched refs:extent_end (Results 1 – 4 of 4) sorted by relevance

/fs/btrfs/
Dfile.c289 u64 extent_end = 0; in btrfs_check_file()
324 extent_end = found_key.offset + in btrfs_check_file()
329 extent_end = found_key.offset + in btrfs_check_file()
331 extent_end = (extent_end + root->sectorsize - 1) & in btrfs_check_file()
334 last_offset = extent_end; in btrfs_check_file()
368 u64 extent_end = 0; in btrfs_drop_extents() local
453 extent_end = in btrfs_drop_extents()
456 if (extent_end) in btrfs_drop_extents()
457 *hint_byte = extent_end; in btrfs_drop_extents()
459 extent_end = key.offset + in btrfs_drop_extents()
[all …]
Dinode.c950 u64 extent_end; in run_delalloc_nocow() local
1001 extent_end = found_key.offset; in run_delalloc_nocow()
1012 extent_end = found_key.offset + in run_delalloc_nocow()
1014 if (extent_end <= start) { in run_delalloc_nocow()
1033 num_bytes = min(end + 1, extent_end) - cur_offset; in run_delalloc_nocow()
1043 extent_end = found_key.offset + in run_delalloc_nocow()
1045 extent_end = ALIGN(extent_end, root->sectorsize); in run_delalloc_nocow()
1050 if (extent_end <= start) { in run_delalloc_nocow()
1057 cur_offset = extent_end; in run_delalloc_nocow()
1108 cur_offset = extent_end; in run_delalloc_nocow()
[all …]
Dtree-log.c411 u64 extent_end; in replay_one_extent() local
425 extent_end = start + btrfs_file_extent_num_bytes(eb, item); in replay_one_extent()
428 extent_end = (start + size + mask) & ~mask; in replay_one_extent()
479 start, extent_end, start, &alloc_hint); in replay_one_extent()
Dextent-tree.c160 u64 extent_start, extent_end, size; in add_new_free_space() local
166 &extent_start, &extent_end, in add_new_free_space()
172 start = extent_end + 1; in add_new_free_space()
178 start = extent_end + 1; in add_new_free_space()