Lines Matching refs:swap_map_handle
96 struct swap_map_handle { struct
315 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles()
412 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer()
419 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer()
450 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page()
490 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer()
498 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish()
540 static int save_image(struct swap_map_handle *handle, in save_image()
677 static int save_image_lzo(struct swap_map_handle *handle, in save_image_lzo()
912 struct swap_map_handle handle; in swsusp_write()
956 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader()
970 static int get_swap_reader(struct swap_map_handle *handle, in get_swap_reader()
1016 static int swap_read_page(struct swap_map_handle *handle, void *buf, in swap_read_page()
1045 static int swap_reader_finish(struct swap_map_handle *handle) in swap_reader_finish()
1058 static int load_image(struct swap_map_handle *handle, in load_image()
1164 static int load_image_lzo(struct swap_map_handle *handle, in load_image_lzo()
1485 struct swap_map_handle handle; in swsusp_read()