Home
last modified time | relevance | path

Searched refs:snapshot_handle (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/kernel/power/
Dpower.h106 struct snapshot_handle { struct
127 extern int snapshot_read_next(struct snapshot_handle *handle); argument
128 extern int snapshot_write_next(struct snapshot_handle *handle);
129 extern void snapshot_write_finalize(struct snapshot_handle *handle);
130 extern int snapshot_image_loaded(struct snapshot_handle *handle);
Dswap.c380 struct snapshot_handle *snapshot, in save_image()
430 struct snapshot_handle *snapshot, in save_image_lzo()
585 struct snapshot_handle snapshot; in swsusp_write()
601 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write()
696 struct snapshot_handle *snapshot, in load_image()
752 struct snapshot_handle *snapshot, in load_image_lzo()
898 struct snapshot_handle snapshot; in swsusp_read()
901 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
Duser.c58 struct snapshot_handle handle;
93 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open()
301 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
Dsnapshot.c1666 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next()
2178 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next()
2245 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize()
2255 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()