Searched refs:swsusp_header (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/power/ |
D | swap.c | 97 struct swsusp_header { struct 107 static struct swsusp_header *swsusp_header; argument 298 hib_submit_io(READ_SYNC, swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles() 299 if (!memcmp("SWAP-SPACE",swsusp_header->sig, 10) || in mark_swapfiles() 300 !memcmp("SWAPSPACE2",swsusp_header->sig, 10)) { in mark_swapfiles() 301 memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10); in mark_swapfiles() 302 memcpy(swsusp_header->sig, HIBERNATE_SIG, 10); in mark_swapfiles() 303 swsusp_header->image = handle->first_sector; in mark_swapfiles() 304 swsusp_header->flags = flags; in mark_swapfiles() 306 swsusp_header->crc32 = handle->crc32; in mark_swapfiles() [all …]
|