Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dfiemap.c459 u64 prealloc_start; in fiemap_process_hole() local
476 prealloc_start = start; in fiemap_process_hole()
479 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()
480 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
497 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
523 u64 prealloc_start; in fiemap_process_hole() local
527 prealloc_start = start; in fiemap_process_hole()
530 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()
531 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
544 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
Drelocation.c2662 u64 prealloc_start = cluster->start - offset; in prealloc_file_extent_cluster() local
2664 u64 cur_offset = prealloc_start; in prealloc_file_extent_cluster()
2727 prealloc_end + 1 - prealloc_start); in prealloc_file_extent_cluster()