Searched refs:found_start (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/btrfs/ |
| A D | free-space-tree.c | 519 u64 found_start, found_end; in free_space_test_bit() local 526 found_start = key.objectid; in free_space_test_bit() 545 u64 found_start, found_end; in free_space_set_bits() local 552 found_start = key.objectid; in free_space_set_bits() 555 ASSERT(end > found_start); in free_space_set_bits() 724 u64 found_start, found_end; in remove_free_space_extent() local 741 found_start = key.objectid; in remove_free_space_extent() 770 if (start > found_start) { in remove_free_space_extent() 876 u64 found_start, found_end; in add_free_space_extent() local 922 found_start = key.objectid; in add_free_space_extent() [all …]
|
| A D | raid-stripe-tree.c | 23 u64 found_start; in btrfs_delete_raid_extent() local 54 found_start = key.objectid; in btrfs_delete_raid_extent() 55 found_end = found_start + key.offset; in btrfs_delete_raid_extent() 62 found_start, found_end); in btrfs_delete_raid_extent() 64 ASSERT(found_start >= start && found_end <= end); in btrfs_delete_raid_extent()
|
| A D | extent_io.c | 1164 u64 found_start; in writepage_delalloc() local 1174 found_start = page_start; in writepage_delalloc() 1179 delalloc_start, &found_start, &found_len); in writepage_delalloc() 1188 if (found_start + found_len >= page_end) in writepage_delalloc() 1194 found_start, in writepage_delalloc() 1195 found_start + found_len - 1, in writepage_delalloc() 1202 unlock_extent(&inode->io_tree, found_start, in writepage_delalloc() 1203 found_start + found_len - 1, NULL); in writepage_delalloc() 1205 found_start, in writepage_delalloc() 1206 found_start + found_len - 1); in writepage_delalloc() [all …]
|
| A D | dev-replace.c | 802 u64 found_start; in btrfs_set_target_alloc_state() local 809 &found_start, &found_end, in btrfs_set_target_alloc_state() 811 ret = set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
|
| A D | disk-io.c | 264 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local 285 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio() 364 u64 found_start; in btrfs_validate_extent_buffer() local 374 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer() 375 if (found_start != eb->start) { in btrfs_validate_extent_buffer() 378 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer() 4177 u64 found_start; in warn_about_uncommitted_trans() local 4182 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() 4183 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
|
| A D | file.c | 3628 u64 found_start; in find_desired_extent() local 3641 &found_start); in find_desired_extent() 3643 start = found_start; in find_desired_extent() 3669 u64 found_start; in find_desired_extent() local 3682 &found_start); in find_desired_extent() 3684 start = found_start; in find_desired_extent()
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 2488 u64 found_start, u64 found_end), 2490 TP_ARGS(fs_info, start, end, found_start, found_end), 2495 __field( u64, found_start ) 2502 __entry->found_start = found_start; 2507 __entry->start, __entry->end, __entry->found_start,
|
Completed in 34 milliseconds