Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dextent_io.c2830 u64 prealloc_len = 0; in fiemap_process_hole() local
2847 prealloc_len = delalloc_start - start; in fiemap_process_hole()
2850 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
2854 if (prealloc_len > 0) { in fiemap_process_hole()
2869 prealloc_len, prealloc_flags); in fiemap_process_hole()
2872 extent_offset += prealloc_len; in fiemap_process_hole()
2894 u64 prealloc_len; in fiemap_process_hole() local
2898 prealloc_len = end + 1 - start; in fiemap_process_hole()
2901 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
2916 prealloc_len, prealloc_flags); in fiemap_process_hole()