Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dextent_io.c3176 u64 prealloc_len = 0; in fiemap_process_hole() local
3193 prealloc_len = delalloc_start - start; in fiemap_process_hole()
3196 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
3200 if (prealloc_len > 0) { in fiemap_process_hole()
3215 prealloc_len, prealloc_flags); in fiemap_process_hole()
3218 extent_offset += prealloc_len; in fiemap_process_hole()
3240 u64 prealloc_len; in fiemap_process_hole() local
3244 prealloc_len = end + 1 - start; in fiemap_process_hole()
3247 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
3262 prealloc_len, prealloc_flags); in fiemap_process_hole()

Completed in 13 milliseconds