Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dinode.c577 int compressed_extents = 0; in compress_file_range() local
765 compressed_extents++; in compress_file_range()
782 return compressed_extents; in compress_file_range()
823 compressed_extents++; in compress_file_range()
825 return compressed_extents; in compress_file_range()
1287 int compressed_extents; in async_cow_start() local
1291 compressed_extents = compress_file_range(async_chunk); in async_cow_start()
1292 if (compressed_extents == 0) { in async_cow_start()