Searched refs:bdev (Results 1 – 2 of 2) sorted by relevance
80 static int nfhd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nfhd_getgeo() argument82 struct nfhd_device *dev = bdev->bd_disk->private_data; in nfhd_getgeo()
109 static int ubd_ioctl(struct block_device *bdev, blk_mode_t mode,111 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo);1327 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubd_getgeo() argument1329 struct ubd *ubd_dev = bdev->bd_disk->private_data; in ubd_getgeo()1337 static int ubd_ioctl(struct block_device *bdev, blk_mode_t mode, in ubd_ioctl() argument1340 struct ubd *ubd_dev = bdev->bd_disk->private_data; in ubd_ioctl()
Completed in 6 milliseconds