Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dinode.c706 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()
831 struct async_chunk *async_chunk = in compress_file_range() local
832 container_of(work, struct async_chunk, work); in compress_file_range()
833 struct btrfs_inode *inode = async_chunk->inode; in compress_file_range()
837 u64 start = async_chunk->start; in compress_file_range()
838 u64 end = async_chunk->end; in compress_file_range()
1020 add_async_extent(async_chunk, start, total_in, total_compressed, pages, in compress_file_range()
1033 add_async_extent(async_chunk, start, end - start + 1, 0, NULL, 0, in compress_file_range()
[all …]