Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dextent_io.c2645 u64 prealloc_start; in fiemap_process_hole() local
2662 prealloc_start = start; in fiemap_process_hole()
2665 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()
2666 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
2683 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
2709 u64 prealloc_start; in fiemap_process_hole() local
2713 prealloc_start = start; in fiemap_process_hole()
2716 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()
2717 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
2730 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
Drelocation.c2843 u64 prealloc_start = cluster->start - offset; in prealloc_file_extent_cluster() local
2845 u64 cur_offset = prealloc_start; in prealloc_file_extent_cluster()
2908 prealloc_end + 1 - prealloc_start); in prealloc_file_extent_cluster()