Searched refs:prealloc_start (Results 1 – 2 of 2) sorted by relevance
3175 u64 prealloc_start; in fiemap_process_hole() local3192 prealloc_start = start; in fiemap_process_hole()3195 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()3196 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()3213 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()3239 u64 prealloc_start; in fiemap_process_hole() local3243 prealloc_start = start; in fiemap_process_hole()3246 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()3247 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()3260 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
2813 u64 prealloc_start = cluster->start - offset; in prealloc_file_extent_cluster() local2815 u64 cur_offset = prealloc_start; in prealloc_file_extent_cluster()2878 prealloc_end + 1 - prealloc_start); in prealloc_file_extent_cluster()
Completed in 18 milliseconds