Searched refs:async_cow (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 328 struct async_cow { struct 338 static noinline int add_async_extent(struct async_cow *cow, in add_async_extent() argument 396 struct async_cow *async_cow, in compress_file_range() argument 604 add_async_extent(async_cow, start, num_bytes, in compress_file_range() 630 add_async_extent(async_cow, start, end - start + 1, in compress_file_range() 668 struct async_cow *async_cow) in submit_compressed_extents() argument 680 while (!list_empty(&async_cow->extents)) { in submit_compressed_extents() 681 async_extent = list_entry(async_cow->extents.next, in submit_compressed_extents() 698 ret = cow_file_range(inode, async_cow->locked_page, in submit_compressed_extents() 720 unlock_page(async_cow->locked_page); in submit_compressed_extents() [all …]
|