Home
last modified time | relevance | path

Searched refs:snapshot_write_next (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/power/
H A Dswap.c1110 ret = snapshot_write_next(snapshot); in load_image()
1335 ret = snapshot_write_next(snapshot); in load_compressed_image()
1461 ret = snapshot_write_next(snapshot); in load_compressed_image()
1534 error = snapshot_write_next(&snapshot); in swsusp_read()
H A Duser.c186 res = snapshot_write_next(&data->handle); in snapshot_write()
H A Dsnapshot.c2556 * snapshot_write_next() has stored them, to the right location represented by
2715 * Get the address that snapshot_write_next() should return to its caller to
2757 * snapshot_write_next - Get the address to store the next image page. in get_buffer()
2772 int snapshot_write_next(struct snapshot_handle *handle)
2852 * Must be called after the last call to snapshot_write_next() in case the last
2775 int snapshot_write_next(struct snapshot_handle *handle) snapshot_write_next() function