Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Dpower.h133 struct snapshot_handle { struct
154 extern int snapshot_read_next(struct snapshot_handle *handle); argument
155 extern int snapshot_write_next(struct snapshot_handle *handle);
156 int snapshot_write_finalize(struct snapshot_handle *handle);
157 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()
333 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
H A Dswap.c549 struct snapshot_handle *snapshot, in save_image()
696 struct snapshot_handle *snapshot, in save_compressed_image()
953 struct snapshot_handle snapshot; in swsusp_write()
971 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write()
1099 struct snapshot_handle *snapshot, in load_image()
1212 struct snapshot_handle *snapshot, in load_compressed_image()
1550 struct snapshot_handle snapshot; in swsusp_read()
1553 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
H A Dsnapshot.c2238 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next()
2772 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next()
2857 int snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize()
2871 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()