Searched refs:snapshot_handle (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/kernel/power/ |
D | power.h | 131 struct snapshot_handle { struct 152 extern int snapshot_read_next(struct snapshot_handle *handle); argument 153 extern int snapshot_write_next(struct snapshot_handle *handle); 154 extern void snapshot_write_finalize(struct snapshot_handle *handle); 155 extern int snapshot_image_loaded(struct snapshot_handle *handle);
|
D | user.c | 33 struct snapshot_handle handle; 67 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open() 278 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
|
D | swap.c | 531 struct snapshot_handle *snapshot, in save_image() 667 struct snapshot_handle *snapshot, in save_image_lzo() 904 struct snapshot_handle snapshot; in swsusp_write() 922 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write() 1050 struct snapshot_handle *snapshot, in load_image() 1155 struct snapshot_handle *snapshot, in load_image_lzo() 1478 struct snapshot_handle snapshot; in swsusp_read() 1481 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
|
D | snapshot.c | 2088 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2584 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2662 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2676 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|