Home
last modified time | relevance | path

Searched refs:found_start (Results 1 – 6 of 6) sorted by relevance

/fs/btrfs/
A Draid-stripe-tree.c73 u64 found_start; in btrfs_delete_raid_extent() local
114 found_start = key.objectid; in btrfs_delete_raid_extent()
115 found_end = found_start + key.offset; in btrfs_delete_raid_extent()
128 if (found_start > start) { in btrfs_delete_raid_extent()
144 found_start = key.objectid; in btrfs_delete_raid_extent()
145 found_end = found_start + key.offset; in btrfs_delete_raid_extent()
146 ASSERT(found_start <= start); in btrfs_delete_raid_extent()
157 found_start, found_end); in btrfs_delete_raid_extent()
172 u64 diff_start = start - found_start; in btrfs_delete_raid_extent()
216 if (found_start < start) { in btrfs_delete_raid_extent()
[all …]
A Dfree-space-tree.c525 u64 found_start, found_end; in btrfs_free_space_test_bit() local
532 found_start = key.objectid; in btrfs_free_space_test_bit()
551 u64 found_start, found_end; in free_space_modify_bits() local
558 found_start = key.objectid; in free_space_modify_bits()
561 ASSERT(end > found_start); in free_space_modify_bits()
723 u64 found_start, found_end; in remove_free_space_extent() local
740 found_start = key.objectid; in remove_free_space_extent()
769 if (start > found_start) { in remove_free_space_extent()
884 u64 found_start, found_end; in add_free_space_extent() local
930 found_start = key.objectid; in add_free_space_extent()
[all …]
A Dextent_io.c1276 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument
1380 u64 found_start; in writepage_delalloc() local
1390 found_start = page_start; in writepage_delalloc()
1404 if (found_start + found_len >= page_end) in writepage_delalloc()
1413 last_finished_delalloc_end = found_start; in writepage_delalloc()
1416 found_start, in writepage_delalloc()
1417 found_start + found_len - 1, in writepage_delalloc()
1429 found_start, found_len, ret); in writepage_delalloc()
1438 found_start, in writepage_delalloc()
1439 found_start + found_len - 1); in writepage_delalloc()
[all …]
A Ddev-replace.c791 u64 found_start; in btrfs_set_target_alloc_state() local
798 &found_start, &found_end, in btrfs_set_target_alloc_state()
800 ret = btrfs_set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
A Ddisk-io.c263 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local
284 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio()
362 u64 found_start; in btrfs_validate_extent_buffer() local
372 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer()
373 if (found_start != eb->start) { in btrfs_validate_extent_buffer()
376 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer()
4166 u64 found_start; in warn_about_uncommitted_trans() local
4171 &found_start, &found_end, in warn_about_uncommitted_trans()
4173 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
A Dfile.c3659 u64 found_start; in find_desired_extent() local
3672 &found_start); in find_desired_extent()
3674 start = found_start; in find_desired_extent()
3700 u64 found_start; in find_desired_extent() local
3713 &found_start); in find_desired_extent()
3715 start = found_start; in find_desired_extent()

Completed in 35 milliseconds