Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/modules/
H A Dmodule_block.py39 found_start = False
42 if found_start:
50 found_start = False
52 found_start = True
/openbmc/linux/fs/btrfs/
H A Dfree-space-tree.c519 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 …]
H A Ddev-replace.c805 u64 found_start; in btrfs_set_target_alloc_state() local
812 &found_start, &found_end, in btrfs_set_target_alloc_state()
814 ret = set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
H A Ddisk-io.c247 u64 found_start = btrfs_header_bytenr(eb); in btree_csum_one_bio() local
258 WARN_ON_ONCE(found_start != 0); in btree_csum_one_bio()
262 if (WARN_ON_ONCE(found_start != eb->start)) in btree_csum_one_bio()
340 u64 found_start; in btrfs_validate_extent_buffer() local
349 found_start = btrfs_header_bytenr(eb); in btrfs_validate_extent_buffer()
350 if (found_start != eb->start) { in btrfs_validate_extent_buffer()
353 eb->read_mirror, eb->start, found_start); in btrfs_validate_extent_buffer()
4233 u64 found_start; 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()
H A Dfile.c3569 u64 found_start; in find_desired_extent() local
3582 &found_start); in find_desired_extent()
3584 start = found_start; in find_desired_extent()
3610 u64 found_start; in find_desired_extent() local
3623 &found_start); in find_desired_extent()
3625 start = found_start; in find_desired_extent()