Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c762 struct async_chunk { struct
776 struct async_chunk chunks[]; argument
779 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() local
935 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 …]