Searched refs:async_chunk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 367 struct async_chunk { struct 382 struct async_chunk chunks[]; 385 static noinline int add_async_extent(struct async_chunk *cow, in add_async_extent() 474 static noinline int compress_file_range(struct async_chunk *async_chunk) in compress_file_range() argument 476 struct inode *inode = async_chunk->inode; in compress_file_range() 479 u64 start = async_chunk->start; in compress_file_range() 480 u64 end = async_chunk->end; in compress_file_range() 688 add_async_extent(async_chunk, start, total_in, in compress_file_range() 728 if (async_chunk in compress_file_range() 766 submit_compressed_extents(struct async_chunk *async_chunk) submit_compressed_extents() argument 1179 struct async_chunk *async_chunk; async_cow_start() local 1196 struct async_chunk *async_chunk = container_of(work, struct async_chunk, async_cow_submit() local 1221 struct async_chunk *async_chunk; async_cow_free() local 1245 struct async_chunk *async_chunk; cow_file_range_async() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 706 struct async_chunk { struct 720 struct async_chunk chunks[]; 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, star in compress_file_range() 1094 submit_one_async_extent(struct async_chunk *async_chunk, struct async_extent *async_extent, u64 *alloc_hint) submit_one_async_extent() argument 1571 struct async_chunk *async_chunk = container_of(work, struct async_chunk, submit_compressed_extents() local 1596 struct async_chunk *async_chunk; async_cow_free() local 1616 struct async_chunk *async_chunk; run_delalloc_compressed() local [all...] |
Completed in 12 milliseconds