Lines Matching defs:handle
317 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles()
414 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer()
421 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer()
452 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page()
496 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer()
504 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish()
546 static int save_image(struct swap_map_handle *handle, in save_image()
685 static int save_image_lzo(struct swap_map_handle *handle, in save_image_lzo()
920 struct swap_map_handle handle; in swsusp_write() local
965 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader()
979 static int get_swap_reader(struct swap_map_handle *handle, in get_swap_reader()
1025 static int swap_read_page(struct swap_map_handle *handle, void *buf, in swap_read_page()
1054 static int swap_reader_finish(struct swap_map_handle *handle) in swap_reader_finish()
1067 static int load_image(struct swap_map_handle *handle, in load_image()
1173 static int load_image_lzo(struct swap_map_handle *handle, in load_image_lzo()
1494 struct swap_map_handle handle; in swsusp_read() local