Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c692 struct async_chunk { struct
706 struct async_chunk chunks[]; argument
709 static int add_async_extent(struct async_chunk *cow, u64 start, u64 ram_size, in add_async_extent()
867 struct async_chunk *async_chunk = in compress_file_range() local
868 container_of(work, struct async_chunk, work); in compress_file_range()
869 struct btrfs_inode *inode = async_chunk->inode; in compress_file_range()
873 u64 start = async_chunk->start; in compress_file_range()
874 u64 end = async_chunk->end; in compress_file_range()
949 compress_level, async_chunk->write_flags); in compress_file_range()
980 ret = add_async_extent(async_chunk, start, total_in, cb); in compress_file_range()
[all …]