Searched refs:swsusp_header (Results 1 – 1 of 1) sorted by relevance
105 struct swsusp_header { struct115 static struct swsusp_header *swsusp_header; argument321 swsusp_header, NULL); in mark_swapfiles()322 if (!memcmp("SWAP-SPACE",swsusp_header->sig, 10) || in mark_swapfiles()323 !memcmp("SWAPSPACE2",swsusp_header->sig, 10)) { in mark_swapfiles()324 memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10); in mark_swapfiles()325 memcpy(swsusp_header->sig, HIBERNATE_SIG, 10); in mark_swapfiles()326 swsusp_header->image = handle->first_sector; in mark_swapfiles()327 swsusp_header->flags = flags; in mark_swapfiles()329 swsusp_header->crc32 = handle->crc32; in mark_swapfiles()[all …]