Searched refs:async_chunk (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | inode.c | 706 struct async_chunk { struct 720 struct async_chunk chunks[]; argument 723 static noinline int add_async_extent(struct async_chunk *cow, in add_async_extent() 832 struct async_chunk *async_chunk = in compress_file_range() local 833 container_of(work, struct async_chunk, work); in compress_file_range() 834 struct btrfs_inode *inode = async_chunk->inode; in compress_file_range() 838 u64 start = async_chunk->start; in compress_file_range() 839 u64 end = async_chunk->end; in compress_file_range() 1021 ret = add_async_extent(async_chunk, start, total_in, total_compressed, pages, in compress_file_range() 1035 ret = add_async_extent(async_chunk, start, end - start + 1, 0, NULL, 0, in compress_file_range() [all …]
|