Searched refs:hib_resume_bdev (Results 1 – 1 of 1) sorted by relevance
225 static struct block_device *hib_resume_bdev; variable279 bio = bio_alloc(hib_resume_bdev, 1, opf, GFP_NOIO | __GFP_HIGH); in hib_submit_io()359 hib_resume_bdev = blkdev_get_by_dev(swsusp_resume_device, in swsusp_swap_check()361 if (IS_ERR(hib_resume_bdev)) in swsusp_swap_check()362 return PTR_ERR(hib_resume_bdev); in swsusp_swap_check()364 res = set_blocksize(hib_resume_bdev, PAGE_SIZE); in swsusp_swap_check()366 blkdev_put(hib_resume_bdev, NULL); in swsusp_swap_check()1525 hib_resume_bdev = blkdev_get_by_dev(swsusp_resume_device, BLK_OPEN_READ, in swsusp_check()1527 if (!IS_ERR(hib_resume_bdev)) { in swsusp_check()1528 set_blocksize(hib_resume_bdev, PAGE_SIZE); in swsusp_check()[all …]