Searched refs:snapshot_handle (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/kernel/power/ |
D | power.h | 115 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);
|
D | user.c | 36 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()
|
D | swap.c | 441 struct snapshot_handle *snapshot, in save_image() 576 struct snapshot_handle *snapshot, in save_image_lzo() 817 struct snapshot_handle snapshot; in swsusp_write() 835 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write() 964 struct snapshot_handle *snapshot, in load_image() 1064 struct snapshot_handle *snapshot, in load_image_lzo() 1393 struct snapshot_handle snapshot; in swsusp_read() 1396 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
|
D | snapshot.c | 1956 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()
|