Searched refs:hib_resume_bdev_file (Results 1 – 1 of 1) sorted by relevance
224 static struct file *hib_resume_bdev_file; variable278 bio = bio_alloc(file_bdev(hib_resume_bdev_file), 1, opf, in hib_submit_io()366 hib_resume_bdev_file = bdev_file_open_by_dev(swsusp_resume_device, in swsusp_swap_check()368 if (IS_ERR(hib_resume_bdev_file)) in swsusp_swap_check()369 return PTR_ERR(hib_resume_bdev_file); in swsusp_swap_check()1589 hib_resume_bdev_file = bdev_file_open_by_dev(swsusp_resume_device, in swsusp_check()1591 if (!IS_ERR(hib_resume_bdev_file)) { in swsusp_check()1617 bdev_fput(hib_resume_bdev_file); in swsusp_check()1621 error = PTR_ERR(hib_resume_bdev_file); in swsusp_check()1636 if (IS_ERR(hib_resume_bdev_file)) { in swsusp_close()[all …]