Searched refs:bdev (Results 1 – 3 of 3) sorted by relevance
/arch/m68k/emu/ |
D | nfblock.c | 83 static int nfhd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nfhd_getgeo() argument 85 struct nfhd_device *dev = bdev->bd_disk->private_data; in nfhd_getgeo()
|
/arch/xtensa/platforms/iss/ |
D | simdisk.c | 124 static int simdisk_open(struct block_device *bdev, fmode_t mode) in simdisk_open() argument 126 struct simdisk *dev = bdev->bd_disk->private_data; in simdisk_open() 130 check_disk_change(bdev); in simdisk_open()
|
/arch/um/drivers/ |
D | ubd_kern.c | 89 static int ubd_open(struct block_device *bdev, fmode_t mode); 91 static int ubd_ioctl(struct block_device *bdev, fmode_t mode, 93 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo); 1113 static int ubd_open(struct block_device *bdev, fmode_t mode) in ubd_open() argument 1115 struct gendisk *disk = bdev->bd_disk; in ubd_open() 1331 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubd_getgeo() argument 1333 struct ubd *ubd_dev = bdev->bd_disk->private_data; in ubd_getgeo() 1341 static int ubd_ioctl(struct block_device *bdev, fmode_t mode, in ubd_ioctl() argument 1344 struct ubd *ubd_dev = bdev->bd_disk->private_data; in ubd_ioctl()
|