Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/power/
Dpower.h115 struct snapshot_handle { struct
136 extern int snapshot_read_next(struct snapshot_handle *handle); argument
137 extern int snapshot_write_next(struct snapshot_handle *handle);
138 extern void snapshot_write_finalize(struct snapshot_handle *handle);
139 extern int snapshot_image_loaded(struct snapshot_handle *handle);
Duser.c36 struct snapshot_handle handle;
70 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open()
276 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
Dswap.c514 struct snapshot_handle *snapshot, in save_image()
650 struct snapshot_handle *snapshot, in save_image_lzo()
892 struct snapshot_handle snapshot; in swsusp_write()
910 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write()
1039 struct snapshot_handle *snapshot, in load_image()
1140 struct snapshot_handle *snapshot, in load_image_lzo()
1470 struct snapshot_handle snapshot; in swsusp_read()
1473 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
Dsnapshot.c1956 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next()
2469 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next()
2543 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize()
2556 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()