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()
528 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
531 i = div_u64(offset - found_start, 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()
554 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
555 ASSERT(end > found_start); in free_space_set_bits()
561 first = (*start - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits()
562 last = (end - found_start) >> fs_info->sectorsize_bits; in free_space_set_bits()
[all …]
H A Ddev-replace.c806 u64 found_start; in btrfs_set_target_alloc_state() local
813 &found_start, &found_end, in btrfs_set_target_alloc_state()
815 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()
4235 u64 found_start; in warn_about_uncommitted_trans() local
4240 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans()
4241 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()
H A Dfile.c3622 u64 found_start; in find_desired_extent() local
3635 &found_start); in find_desired_extent()
3637 start = found_start; in find_desired_extent()
3663 u64 found_start; in find_desired_extent() local
3676 &found_start); in find_desired_extent()
3678 start = found_start; in find_desired_extent()