Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_io.c2741 u64 prealloc_len = 0; in fiemap_process_hole() local
2758 prealloc_len = delalloc_start - start; in fiemap_process_hole()
2761 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
2765 if (prealloc_len > 0) { in fiemap_process_hole()
2780 prealloc_len, prealloc_flags); in fiemap_process_hole()
2783 extent_offset += prealloc_len; in fiemap_process_hole()
2805 u64 prealloc_len; in fiemap_process_hole() local
2809 prealloc_len = end + 1 - start; in fiemap_process_hole()
2812 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
2827 prealloc_len, prealloc_flag in fiemap_process_hole()
[all...]

Completed in 5 milliseconds