Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dpreallocate.c327 int64_t prealloc_start, prealloc_end; in handle_write() local
377 prealloc_start = QEMU_ALIGN_UP( in handle_write()
381 MAX(prealloc_start, end) + s->opts.prealloc_size, in handle_write()
384 want_merge_zero = want_merge_zero && (prealloc_start <= offset); in handle_write()
387 bs->file, prealloc_start, prealloc_end - prealloc_start, in handle_write()
/openbmc/linux/fs/btrfs/
H A Dextent_io.c2829 u64 prealloc_start; in fiemap_process_hole() local
2846 prealloc_start = start; in fiemap_process_hole()
2849 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()
2850 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
2867 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
2893 u64 prealloc_start; in fiemap_process_hole() local
2897 prealloc_start = start; in fiemap_process_hole()
2900 prealloc_start = last_delalloc_end + 1; in fiemap_process_hole()
2901 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
2914 ret = emit_fiemap_extent(fieinfo, cache, prealloc_start, in fiemap_process_hole()
H A 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()