Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dswap.c103 struct swsusp_header { struct
114 static struct swsusp_header *swsusp_header; argument
306 hib_submit_io_sync(REQ_OP_READ, swsusp_resume_block, swsusp_header); in mark_swapfiles()
307 if (!memcmp("SWAP-SPACE",swsusp_header->sig, 10) || in mark_swapfiles()
308 !memcmp("SWAPSPACE2",swsusp_header->sig, 10)) { in mark_swapfiles()
309 memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10); in mark_swapfiles()
310 memcpy(swsusp_header->sig, HIBERNATE_SIG, 10); in mark_swapfiles()
311 swsusp_header->image = handle->first_sector; in mark_swapfiles()
313 swsusp_header->hw_sig = swsusp_hardware_signature; in mark_swapfiles()
316 swsusp_header->flags = flags; in mark_swapfiles()
[all …]