Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dinode.c335 struct async_cow { struct
345 static noinline int add_async_extent(struct async_cow *cow, in add_async_extent() argument
403 struct async_cow *async_cow, in compress_file_range() argument
611 add_async_extent(async_cow, start, num_bytes, in compress_file_range()
637 add_async_extent(async_cow, start, end - start + 1, in compress_file_range()
675 struct async_cow *async_cow) in submit_compressed_extents() argument
687 while (!list_empty(&async_cow->extents)) { in submit_compressed_extents()
688 async_extent = list_entry(async_cow->extents.next, in submit_compressed_extents()
705 ret = cow_file_range(inode, async_cow->locked_page, in submit_compressed_extents()
727 unlock_page(async_cow->locked_page); in submit_compressed_extents()
[all …]