Searched refs:found_end (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | gif_parser.c | 45 int found_end; member 73 g->found_end = 1; in gif_find_frame_end() 94 if (g->found_start && g->found_end && g->found_sig) { in gif_find_frame_end() 97 g->found_end = 0; in gif_find_frame_end() 121 g->found_end = 1; in gif_find_frame_end()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-tree.c | 502 u64 found_start, found_end; in free_space_test_bit() local 510 found_end = key.objectid + key.offset; in free_space_test_bit() 511 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit() 527 u64 found_start, found_end; in free_space_set_bits() local 535 found_end = key.objectid + key.offset; in free_space_set_bits() 536 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits() 539 if (end > found_end) in free_space_set_bits() 540 end = found_end; in free_space_set_bits() 706 u64 found_start, found_end; in remove_free_space_extent() local 724 found_end in remove_free_space_extent() 858 u64 found_start, found_end; add_free_space_extent() local [all...] |
H A D | dev-replace.c | 630 u64 found_end; in btrfs_set_target_alloc_state() local 636 &found_start, &found_end, in btrfs_set_target_alloc_state() 639 found_end, CHUNK_ALLOCATED); in btrfs_set_target_alloc_state() 642 start = found_end + 1; in btrfs_set_target_alloc_state()
|
H A D | tree-log.c | 2170 u64 found_end; in find_dir_range() local 2199 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2201 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range() 2204 *end_ret = found_end; in find_dir_range() 2226 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2228 *end_ret = found_end; in find_dir_range()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-tree.c | 519 u64 found_start, found_end; in free_space_test_bit() local 527 found_end = key.objectid + key.offset; in free_space_test_bit() 528 ASSERT(offset >= found_start && offset < found_end); 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() 554 ASSERT(*start >= found_start && *start < found_end); 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 742 found_end in remove_free_space_extent() 876 u64 found_start, found_end; add_free_space_extent() local [all...] |
H A D | dev-replace.c | 806 u64 found_end; in btrfs_set_target_alloc_state() local 812 &found_start, &found_end, in btrfs_set_target_alloc_state() 815 found_end, CHUNK_ALLOCATED, NULL); in btrfs_set_target_alloc_state() 818 start = found_end + 1; in btrfs_set_target_alloc_state()
|
H A D | tree-log.c | 2028 u64 found_end; in find_dir_range() local 2057 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2059 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range() 2062 *end_ret = found_end; in find_dir_range() 2084 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2086 *end_ret = found_end; in find_dir_range()
|
H A D | disk-io.c | 4234 u64 found_end; in warn_about_uncommitted_trans() local 4238 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() 4239 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans() 4240 cur = found_end + 1; in warn_about_uncommitted_trans()
|
Completed in 29 milliseconds