Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfree-space-tree.c502 u64 found_start, found_end; in free_space_test_bit() local
509 found_start = key.objectid; in free_space_test_bit()
511 ASSERT(offset >= found_start && offset < found_end); in free_space_test_bit()
514 i = div_u64(offset - found_start, in free_space_test_bit()
527 u64 found_start, found_end; in free_space_set_bits() local
534 found_start = key.objectid; in free_space_set_bits()
536 ASSERT(*start >= found_start && *start < found_end); in free_space_set_bits()
537 ASSERT(end > found_start); in free_space_set_bits()
543 first = div_u64(*start - found_start, fs_info->sectorsize); in free_space_set_bits()
544 last = div_u64(end - found_start, fs_info->sectorsize); in free_space_set_bits()
[all …]
H A Ddev-replace.c629 u64 found_start; in btrfs_set_target_alloc_state() local
636 &found_start, &found_end, in btrfs_set_target_alloc_state()
638 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
H A Ddisk-io.c453 u64 found_start; in csum_dirty_buffer() local
463 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer()
468 if (WARN_ON(found_start != start)) in csum_dirty_buffer()
530 u64 found_start; in btrfs_validate_metadata_buffer() local
561 found_start = btrfs_header_bytenr(eb); in btrfs_validate_metadata_buffer()
562 if (found_start != eb->start) { in btrfs_validate_metadata_buffer()
564 eb->start, found_start); in btrfs_validate_metadata_buffer()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddicttrie.cpp466 size_t found_start = 0; in extend_dict1() local
482 found_start = son_pos; in extend_dict1()
492 node->son_1st_off + found_start; in extend_dict1()
543 size_t found_start = 0; in extend_dict2() local
560 found_start = son_pos; in extend_dict2()
570 get_son_offset(node) + found_start; in extend_dict2()