Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Dswap.c98 sector_t cur_swap; member
432 handle->cur_swap = alloc_swapdev_block(root_swap); in get_swap_writer()
433 if (!handle->cur_swap) { in get_swap_writer()
439 handle->first_sector = handle->cur_swap; in get_swap_writer()
466 error = write_page(handle->cur, handle->cur_swap, hb); in swap_write_page()
470 handle->cur_swap = offset; in swap_write_page()
490 if (handle->cur && handle->cur_swap) in flush_swap_writer()
491 return write_page(handle->cur, handle->cur_swap, NULL); in flush_swap_writer()