Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dinode.c364 struct async_chunk { struct
378 struct async_chunk chunks[]; argument
381 static noinline int add_async_extent(struct async_chunk *cow, in add_async_extent()
469 static noinline int compress_file_range(struct async_chunk *async_chunk) in compress_file_range() argument
471 struct inode *inode = async_chunk->inode; in compress_file_range()
474 u64 start = async_chunk->start; in compress_file_range()
475 u64 end = async_chunk->end; in compress_file_range()
675 add_async_extent(async_chunk, start, total_in, in compress_file_range()
715 if (page_offset(async_chunk->locked_page) >= start && in compress_file_range()
716 page_offset(async_chunk->locked_page) <= end) in compress_file_range()
[all …]