Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.c1378 u64 *found_start, u32 *found_len) in set_delalloc_bitmap()
1396 *found_len = (first_zero - first_set) << fs_info->sectorsize_bits; in find_next_delalloc_bitmap()
1486 u32 found_len; in writepage_delalloc()
1496 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1500 delalloc_start, &found_start, &found_len); in writepage_delalloc()
1509 if (found_start + found_len >= page_end) in writepage_delalloc()
1510 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1522 found_start + found_len - 1, in writepage_delalloc()
1525 last_finished_delalloc_end = found_start + found_len; in writepage_delalloc()
1534 found_start, found_len, re in writepage_delalloc()
1384 find_next_delalloc_bitmap(struct folio * folio,unsigned long * delalloc_bitmap,u64 start,u64 * found_start,u32 * found_len) find_next_delalloc_bitmap() argument
1492 u32 found_len; writepage_delalloc() local
[all...]