Searched refs:pdv_bdev_file (Results 1 – 2 of 2) sorted by relevance
377 pdv->pdv_bdev_file = bdev_file; in pscsi_create_type_disk()568 pdv->pdv_bdev_file) { in pscsi_destroy_device()569 fput(pdv->pdv_bdev_file); in pscsi_destroy_device()570 pdv->pdv_bdev_file = NULL; in pscsi_destroy_device()999 if (pdv->pdv_bdev_file) in pscsi_get_blocks()1000 return bdev_nr_sectors(file_bdev(pdv->pdv_bdev_file)); in pscsi_get_blocks()
40 struct file *pdv_bdev_file; member