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

/linux-master/kernel/power/
H A Dswap.c98 sector_t cur_swap; member in struct:swap_map_handle
441 handle->cur_swap = alloc_swapdev_block(root_swap);
442 if (!handle->cur_swap) {
448 handle->first_sector = handle->cur_swap;
475 error = write_page(handle->cur, handle->cur_swap, hb);
479 handle->cur_swap = offset;
499 if (handle->cur && handle->cur_swap)
500 return write_page(handle->cur, handle->cur_swap, NULL);

Completed in 119 milliseconds