Home
last modified time | relevance | path

Searched defs:block_device_operations (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dblkdev.h1587 struct block_device_operations { struct
1588 void (*submit_bio)(struct bio *bio);
1589 int (*poll_bio)(struct bio *bio, struct io_comp_batch *iob,
1591 int (*open)(struct gendisk *disk, blk_mode_t mode);
1592 void (*release)(struct gendisk *disk);
1593 int (*ioctl)(struct block_device *bdev, blk_mode_t mode,
1595 int (*compat_ioctl)(struct block_device *bdev, blk_mode_t mode,
1597 unsigned int (*check_events) (struct gendisk *disk,
1599 void (*unlock_native_capacity) (struct gendisk *);
1600 int (*getgeo)(struct block_device *, struct hd_geometry *);
[all …]