Searched refs:snapshot_handle (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/power/ |
H A D | power.h | 128 struct snapshot_handle { struct 149 extern int snapshot_read_next(struct snapshot_handle *handle); argument 150 extern int snapshot_write_next(struct snapshot_handle *handle); 151 extern void snapshot_write_finalize(struct snapshot_handle *handle); 152 extern int snapshot_image_loaded(struct snapshot_handle *handle);
|
H A D | user.c | 32 struct snapshot_handle handle; 71 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open() 331 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
|
H A D | swap.c | 541 struct snapshot_handle *snapshot, in save_image() 678 struct snapshot_handle *snapshot, in save_image_lzo() 913 struct snapshot_handle snapshot; in swsusp_write() 931 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write() 1059 struct snapshot_handle *snapshot, in load_image() 1165 struct snapshot_handle *snapshot, in load_image_lzo() 1486 struct snapshot_handle snapshot; in swsusp_read() 1489 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
|
H A D | snapshot.c | 2244 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2778 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2861 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2872 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|