Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dextent_io.c2646 u64 prealloc_len = 0; in fiemap_process_hole() local
2663 prealloc_len = delalloc_start - start; in fiemap_process_hole()
2666 prealloc_len = delalloc_start - prealloc_start; in fiemap_process_hole()
2670 if (prealloc_len > 0) { in fiemap_process_hole()
2685 prealloc_len, prealloc_flags); in fiemap_process_hole()
2688 extent_offset += prealloc_len; in fiemap_process_hole()
2710 u64 prealloc_len; in fiemap_process_hole() local
2714 prealloc_len = end + 1 - start; in fiemap_process_hole()
2717 prealloc_len = end + 1 - prealloc_start; in fiemap_process_hole()
2732 prealloc_len, prealloc_flags); in fiemap_process_hole()