Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dswap.c223 static struct file *hib_resume_bdev_file; variable
277 bio = bio_alloc(file_bdev(hib_resume_bdev_file), 1, opf, in hib_submit_io()
365 hib_resume_bdev_file = bdev_file_open_by_dev(swsusp_resume_device, in swsusp_swap_check()
367 if (IS_ERR(hib_resume_bdev_file)) in swsusp_swap_check()
368 return PTR_ERR(hib_resume_bdev_file); in swsusp_swap_check()
1569 hib_resume_bdev_file = bdev_file_open_by_dev(swsusp_resume_device, in swsusp_check()
1571 if (!IS_ERR(hib_resume_bdev_file)) { in swsusp_check()
1597 bdev_fput(hib_resume_bdev_file); in swsusp_check()
1601 error = PTR_ERR(hib_resume_bdev_file); in swsusp_check()
1616 if (IS_ERR(hib_resume_bdev_file)) { in swsusp_close()
[all …]