Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dpower.h142 struct snapshot_handle { struct
163 extern int snapshot_read_next(struct snapshot_handle *handle); argument
164 extern int snapshot_write_next(struct snapshot_handle *handle);
165 int snapshot_write_finalize(struct snapshot_handle *handle);
166 extern int snapshot_image_loaded(struct snapshot_handle *handle);
H A Duser.c32 struct snapshot_handle handle;
71 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open()
335 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
H A Dswap.c518 struct snapshot_handle *snapshot, in save_image()
692 struct snapshot_handle *snapshot, in save_compressed_image()
946 struct snapshot_handle snapshot; in swsusp_write()
964 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write()
1089 struct snapshot_handle *snapshot, in load_image()
1193 struct snapshot_handle *snapshot, in load_compressed_image()
1531 struct snapshot_handle snapshot; in swsusp_read()
1534 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
H A Dsnapshot.c2235 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next()
2769 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next()
2854 int snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize()
2879 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()