Home
last modified time | relevance | path

Searched refs:bdev (Results 1 – 3 of 3) sorted by relevance

/arch/m68k/emu/
Dnfblock.c83 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/um/drivers/
Dubd_kern.c110 static int ubd_open(struct block_device *bdev, fmode_t mode);
112 static int ubd_ioctl(struct block_device *bdev, fmode_t mode,
114 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo);
1217 static int ubd_open(struct block_device *bdev, fmode_t mode) in ubd_open() argument
1219 struct gendisk *disk = bdev->bd_disk; in ubd_open()
1451 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubd_getgeo() argument
1453 struct ubd *ubd_dev = bdev->bd_disk->private_data; in ubd_getgeo()
1461 static int ubd_ioctl(struct block_device *bdev, fmode_t mode, in ubd_ioctl() argument
1464 struct ubd *ubd_dev = bdev->bd_disk->private_data; in ubd_ioctl()
/arch/xtensa/platforms/iss/
Dsimdisk.c125 static int simdisk_open(struct block_device *bdev, fmode_t mode) in simdisk_open() argument
127 struct simdisk *dev = bdev->bd_disk->private_data; in simdisk_open()