Searched refs:async_chunk (Results 1 – 1 of 1) sorted by relevance
762 struct async_chunk { struct776 struct async_chunk chunks[]; argument779 static int add_async_extent(struct async_chunk *cow, u64 start, u64 ram_size, in add_async_extent()934 struct async_chunk *async_chunk = in compress_file_range() local935 container_of(work, struct async_chunk, work); in compress_file_range()936 struct btrfs_inode *inode = async_chunk->inode; in compress_file_range()942 u64 start = async_chunk->start; in compress_file_range()943 u64 end = async_chunk->end; in compress_file_range()1024 compress_level, async_chunk->write_flags); in compress_file_range()1085 ret = add_async_extent(async_chunk, start, total_in, cb); in compress_file_range()[all …]