Lines Matching refs:swap_map_handle
93 struct swap_map_handle { struct
302 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles()
387 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer()
394 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer()
425 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page()
465 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer()
473 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish()
517 static int save_image(struct swap_map_handle *handle, in save_image()
691 static int save_compressed_image(struct swap_map_handle *handle, in save_compressed_image()
945 struct swap_map_handle handle; in swsusp_write()
989 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader()
1003 static int get_swap_reader(struct swap_map_handle *handle, in get_swap_reader()
1049 static int swap_read_page(struct swap_map_handle *handle, void *buf, in swap_read_page()
1081 static int swap_reader_finish(struct swap_map_handle *handle) in swap_reader_finish()
1088 static int load_image(struct swap_map_handle *handle, in load_image()
1192 static int load_compressed_image(struct swap_map_handle *handle, in load_compressed_image()
1530 struct swap_map_handle handle; in swsusp_read()