Searched refs:async_chunk (Results 1 – 1 of 1) sorted by relevance
/linux/fs/btrfs/ |
H A D | inode.c | 779 struct async_chunk { struct 793 struct async_chunk chunks[]; argument 796 static noinline int add_async_extent(struct async_chunk *cow, in add_async_extent() 910 struct async_chunk *async_chunk = in compress_file_range() local 911 container_of(work, struct async_chunk, work); in compress_file_range() 912 struct btrfs_inode *inode = async_chunk->inode; in compress_file_range() 916 u64 start = async_chunk->start; in compress_file_range() 917 u64 end = async_chunk->end; in compress_file_range() 1070 ret = add_async_extent(async_chunk, start, total_in, total_compressed, folios, in compress_file_range() 1084 ret = add_async_extent(async_chunk, start, end - start + 1, 0, NULL, 0, in compress_file_range() [all …]
|