• Home
  • Raw
  • Download

Lines Matching refs:locked_page

84 				   struct page *locked_page,
108 struct page *locked_page, in btrfs_cleanup_ordered_extents() argument
113 u64 page_start = page_offset(locked_page); in btrfs_cleanup_ordered_extents()
366 struct page *locked_page; member
715 if (async_chunk->locked_page && in compress_file_range()
716 (page_offset(async_chunk->locked_page) >= start && in compress_file_range()
717 page_offset(async_chunk->locked_page)) <= end) { in compress_file_range()
718 __set_page_dirty_nobuffers(async_chunk->locked_page); in compress_file_range()
780 ret = cow_file_range(inode, async_chunk->locked_page, in submit_compressed_extents()
800 else if (ret && async_chunk->locked_page) in submit_compressed_extents()
801 unlock_page(async_chunk->locked_page); in submit_compressed_extents()
967 struct page *locked_page, in cow_file_range() argument
1091 locked_page, in cow_file_range()
1136 locked_page, in cow_file_range()
1143 extent_clear_unlock_delalloc(inode, start, end, locked_page, in cow_file_range()
1209 static int cow_file_range_async(struct inode *inode, struct page *locked_page, in cow_file_range_async() argument
1246 extent_clear_unlock_delalloc(inode, start, end, locked_page, in cow_file_range_async()
1281 if (locked_page) { in cow_file_range_async()
1282 async_chunk[i].locked_page = locked_page; in cow_file_range_async()
1283 locked_page = NULL; in cow_file_range_async()
1285 async_chunk[i].locked_page = NULL; in cow_file_range_async()
1333 struct page *locked_page, in run_delalloc_nocow() argument
1352 extent_clear_unlock_delalloc(inode, start, end, locked_page, in run_delalloc_nocow()
1572 ret = cow_file_range(inode, locked_page, in run_delalloc_nocow()
1639 locked_page, EXTENT_LOCKED | in run_delalloc_nocow()
1663 ret = cow_file_range(inode, locked_page, cow_start, end, in run_delalloc_nocow()
1675 locked_page, EXTENT_LOCKED | in run_delalloc_nocow()
1709 int btrfs_run_delalloc_range(struct inode *inode, struct page *locked_page, in btrfs_run_delalloc_range() argument
1718 ret = run_delalloc_nocow(inode, locked_page, start, end, in btrfs_run_delalloc_range()
1721 ret = run_delalloc_nocow(inode, locked_page, start, end, in btrfs_run_delalloc_range()
1725 ret = cow_file_range(inode, locked_page, start, end, in btrfs_run_delalloc_range()
1730 ret = cow_file_range_async(inode, locked_page, start, end, in btrfs_run_delalloc_range()
1735 btrfs_cleanup_ordered_extents(inode, locked_page, start, in btrfs_run_delalloc_range()