Lines Matching refs:found_start
1287 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument
1303 *found_start = folio_start + (first_set << fs_info->sectorsize_bits); in find_next_delalloc_bitmap()
1391 u64 found_start; in writepage_delalloc() local
1401 found_start = page_start; in writepage_delalloc()
1402 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1406 delalloc_start, &found_start, &found_len); in writepage_delalloc()
1415 if (found_start + found_len >= page_end) in writepage_delalloc()
1416 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1424 last_finished_delalloc_end = found_start; in writepage_delalloc()
1427 found_start, in writepage_delalloc()
1428 found_start + found_len - 1, in writepage_delalloc()
1431 last_finished_delalloc_end = found_start + found_len; in writepage_delalloc()
1440 found_start, found_len, ret); in writepage_delalloc()
1446 unlock_extent(&inode->io_tree, found_start, in writepage_delalloc()
1447 found_start + found_len - 1, NULL); in writepage_delalloc()
1449 found_start, in writepage_delalloc()
1450 found_start + found_len - 1); in writepage_delalloc()
1460 unsigned int start_bit = (found_start - page_start) >> in writepage_delalloc()
1462 unsigned int end_bit = (min(page_end + 1, found_start + found_len) - in writepage_delalloc()
1470 if (found_start + found_len >= last_delalloc_end + 1) in writepage_delalloc()
1473 delalloc_start = found_start + found_len; in writepage_delalloc()