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.c1276 u64 *found_start, u32 *found_len) in find_next_delalloc_bitmap() argument
1294 *found_len = (first_zero - first_set) << fs_info->sectorsize_bits; in find_next_delalloc_bitmap()
1381 u32 found_len; in writepage_delalloc() local
1391 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1395 delalloc_start, &found_start, &found_len); in writepage_delalloc()
1404 if (found_start + found_len >= page_end) in writepage_delalloc()
1405 found_len = last_delalloc_end + 1 - found_start; in writepage_delalloc()
1417 found_start + found_len - 1, in writepage_delalloc()
1420 last_finished_delalloc_end = found_start + found_len; in writepage_delalloc()
1429 found_start, found_len, ret); in writepage_delalloc()
[all …]