Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/power/
Dswap.c105 struct swsusp_header { struct
115 static struct swsusp_header *swsusp_header; argument
310 swsusp_header, NULL); in mark_swapfiles()
311 if (!memcmp("SWAP-SPACE",swsusp_header->sig, 10) || in mark_swapfiles()
312 !memcmp("SWAPSPACE2",swsusp_header->sig, 10)) { in mark_swapfiles()
313 memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10); in mark_swapfiles()
314 memcpy(swsusp_header->sig, HIBERNATE_SIG, 10); in mark_swapfiles()
315 swsusp_header->image = handle->first_sector; in mark_swapfiles()
316 swsusp_header->flags = flags; in mark_swapfiles()
318 swsusp_header->crc32 = handle->crc32; in mark_swapfiles()
[all …]