Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dfiemap.c460 u64 prealloc_len = 0; in fiemap_process_hole() local
477 prealloc_len = delalloc_start - start; in fiemap_process_hole()
480 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
484 if (prealloc_len > 0) { in fiemap_process_hole()
499 prealloc_len, prealloc_flags); in fiemap_process_hole()
502 extent_offset += prealloc_len; in fiemap_process_hole()
524 u64 prealloc_len; in fiemap_process_hole() local
528 prealloc_len = end + 1 - start; in fiemap_process_hole()
531 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
546 prealloc_len, prealloc_flags); in fiemap_process_hole()