Home
last modified time | relevance | path

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

/linux/mm/
A Dswapfile.c3166 union swap_header *swap_header, in read_swap_header() argument
3181 swab32s(&swap_header->info.version); in read_swap_header()
3182 swab32s(&swap_header->info.last_page); in read_swap_header()
3190 if (swap_header->info.version != 1) { in read_swap_header()
3192 swap_header->info.version); in read_swap_header()
3201 last_page = swap_header->info.last_page; in read_swap_header()
3241 union swap_header *swap_header, in setup_swap_map_and_extents() argument
3280 union swap_header *swap_header, in setup_clusters() argument
3327 swap_header->info.badpages[i]); in setup_clusters()
3380 union swap_header *swap_header; in SYSCALL_DEFINE2() local
[all …]
/linux/include/linux/
A Dswap.h134 union swap_header { union
204 ((offsetof(union swap_header, magic.magic) - \
205 offsetof(union swap_header, info.badpages)) / sizeof(int))
/linux/drivers/mtd/
A Dmtdswap.c1063 union swap_header *hd = (union swap_header *)(buf); in mtdswap_auto_header()

Completed in 26 milliseconds