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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dswap.c61 sector_t cur_swap; member in struct:swap_map_handle
287 handle->cur_swap = alloc_swapdev_block(root_swap);
288 if (!handle->cur_swap) {
293 handle->first_sector = handle->cur_swap;
323 error = write_page(handle->cur, handle->cur_swap, NULL);
327 handle->cur_swap = offset;
336 if (handle->cur && handle->cur_swap)
337 return write_page(handle->cur, handle->cur_swap, NULL);

Completed in 100 milliseconds