Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Draid-stripe-tree.c24 u64 found_end; in btrfs_delete_raid_extent() local
55 found_end = found_start + key.offset; in btrfs_delete_raid_extent()
58 if (found_end <= start) 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()
201 u64 found_end; in btrfs_get_raid_extent_offset() local
233 found_end = found_logical + found_length; in btrfs_get_raid_extent_offset()
255 if (end > found_end) in btrfs_get_raid_extent_offset()
256 *length -= end - found_end; in btrfs_get_raid_extent_offset()
A Dfree-space-tree.c519 u64 found_start, found_end; in free_space_test_bit() local
527 found_end = key.objectid + key.offset; in free_space_test_bit()
545 u64 found_start, found_end; in free_space_set_bits() local
553 found_end = key.objectid + key.offset; in free_space_set_bits()
557 if (end > found_end) in free_space_set_bits()
558 end = found_end; in free_space_set_bits()
724 u64 found_start, found_end; in remove_free_space_extent() local
783 if (end < found_end) { in remove_free_space_extent()
786 key.offset = found_end - end; in remove_free_space_extent()
876 u64 found_start, found_end; in add_free_space_extent() local
[all …]
A Ddev-replace.c803 u64 found_end; in btrfs_set_target_alloc_state() local
809 &found_start, &found_end, in btrfs_set_target_alloc_state()
812 found_end, CHUNK_ALLOCATED, NULL); in btrfs_set_target_alloc_state()
815 start = found_end + 1; in btrfs_set_target_alloc_state()
A Dtree-log.c2046 u64 found_end; in find_dir_range() local
2075 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2077 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range()
2080 *end_ret = found_end; in find_dir_range()
2102 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range()
2104 *end_ret = found_end; in find_dir_range()
A Ddisk-io.c4178 u64 found_end; 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()
4184 cur = found_end + 1; in warn_about_uncommitted_trans()
/linux/include/trace/events/
A Dbtrfs.h2488 u64 found_start, u64 found_end),
2490 TP_ARGS(fs_info, start, end, found_start, found_end),
2496 __field( u64, found_end )
2503 __entry->found_end = found_end;
2508 __entry->found_end)

Completed in 29 milliseconds