Searched refs:swap_header (Results 1 – 3 of 3) sorted by relevance
2820 union swap_header *swap_header, in read_swap_header() argument2828 if (memcmp("SWAPSPACE2", swap_header->magic.magic, 10)) { in read_swap_header()2834 if (swab32(swap_header->info.version) == 1) { in read_swap_header()2835 swab32s(&swap_header->info.version); in read_swap_header()2836 swab32s(&swap_header->info.last_page); in read_swap_header()2837 swab32s(&swap_header->info.nr_badpages); in read_swap_header()2838 if (swap_header->info.nr_badpages > MAX_SWAP_BADPAGES) in read_swap_header()2840 for (i = 0; i < swap_header->info.nr_badpages; i++) in read_swap_header()2841 swab32s(&swap_header->info.badpages[i]); in read_swap_header()2844 if (swap_header->info.version != 1) { in read_swap_header()[all …]
142 union swap_header { union197 ((offsetof(union swap_header, magic.magic) - \198 offsetof(union swap_header, info.badpages)) / sizeof(int))
1063 union swap_header *hd = (union swap_header *)(buf); in mtdswap_auto_header()