Searched refs:swsusp_header (Results 1 – 1 of 1) sorted by relevance
107 struct swsusp_header { struct117 static struct swsusp_header *swsusp_header; argument312 swsusp_header, NULL); in mark_swapfiles()313 if (!memcmp("SWAP-SPACE",swsusp_header->sig, 10) || in mark_swapfiles()314 !memcmp("SWAPSPACE2",swsusp_header->sig, 10)) { in mark_swapfiles()315 memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10); in mark_swapfiles()316 memcpy(swsusp_header->sig, HIBERNATE_SIG, 10); in mark_swapfiles()317 swsusp_header->image = handle->first_sector; in mark_swapfiles()318 swsusp_header->flags = flags; in mark_swapfiles()320 swsusp_header->crc32 = handle->crc32; in mark_swapfiles()[all …]