Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c740 struct async_chunk { struct
754 struct async_chunk chunks[]; argument
757 static noinline int add_async_extent(struct async_chunk *cow, in add_async_extent()
871 struct async_chunk *async_chunk = in compress_file_range() local
872 container_of(work, struct async_chunk, work); in compress_file_range()
873 struct btrfs_inode *inode = async_chunk->inode; in compress_file_range()
877 u64 start = async_chunk->start; in compress_file_range()
878 u64 end = async_chunk->end; in compress_file_range()
1031 ret = add_async_extent(async_chunk, start, total_in, total_compressed, folios, in compress_file_range()
1045 ret = add_async_extent(async_chunk, start, end - start + 1, 0, NULL, 0, in compress_file_range()
[all …]