Searched refs:found_start (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/btrfs/ | 
| D | free-space-tree.c | 519 	u64 found_start, found_end;  in free_space_test_bit()  local526 	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()
 544 	u64 found_start, found_end;  in free_space_set_bits()  local
 551 	found_start = key.objectid;  in free_space_set_bits()
 553 	ASSERT(*start >= found_start && *start < found_end);  in free_space_set_bits()
 554 	ASSERT(end > found_start);  in free_space_set_bits()
 560 	first = (*start - found_start) >> fs_info->sectorsize_bits;  in free_space_set_bits()
 561 	last = (end - found_start) >> fs_info->sectorsize_bits;  in free_space_set_bits()
 [all …]
 
 | 
| D | dev-replace.c | 789 	u64 found_start;  in btrfs_set_target_alloc_state()  local796 				     &found_start, &found_end,  in btrfs_set_target_alloc_state()
 798 		ret = set_extent_bit(&tgtdev->alloc_state, found_start,  in btrfs_set_target_alloc_state()
 
 | 
| D | disk-io.c | 247 	u64 found_start = btrfs_header_bytenr(eb);  in btree_csum_one_bio()  local258 		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()
 4223 		u64 found_start;  in warn_about_uncommitted_trans()  local
 4228 			&found_start, &found_end, EXTENT_DIRTY, &cached)) {  in warn_about_uncommitted_trans()
 4229 			dirty_bytes += found_end + 1 - found_start;  in warn_about_uncommitted_trans()
 
 | 
| D | file.c | 3569 			u64 found_start;  in find_desired_extent()  local3582 							    &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()
 
 |