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.c217 static struct file *hib_resume_bdev_file; variable
266 return bdev_rw_virt(file_bdev(hib_resume_bdev_file), in hib_submit_io_sync()
275 bio = bio_alloc(file_bdev(hib_resume_bdev_file), 1, opf, in hib_submit_io_async()
349 hib_resume_bdev_file = bdev_file_open_by_dev(swsusp_resume_device, in swsusp_swap_check()
351 if (IS_ERR(hib_resume_bdev_file)) in swsusp_swap_check()
352 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()
[all …]