Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dextent_io.c3729 u64 prealloc_start; in fiemap_process_hole() local
3745 prealloc_start = start; in fiemap_process_hole()
3748 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()
3749 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
3767 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
3793 u64 prealloc_start; in fiemap_process_hole() local
3797 prealloc_start = start; in fiemap_process_hole()
3800 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()
3801 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
3815 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
Drelocation.c2795 u64 prealloc_start = cluster->start - offset; in prealloc_file_extent_cluster() local
2797 u64 cur_offset = prealloc_start; in prealloc_file_extent_cluster()
2860 prealloc_end + 1 - prealloc_start); in prealloc_file_extent_cluster()