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.h1592 struct block_device_operations { struct
1593 void (*submit_bio)(struct bio *bio);
1594 int (*poll_bio)(struct bio *bio, struct io_comp_batch *iob,
1596 int (*open)(struct gendisk *disk, blk_mode_t mode);
1597 void (*release)(struct gendisk *disk);
1598 int (*ioctl)(struct block_device *bdev, blk_mode_t mode,
1600 int (*compat_ioctl)(struct block_device *bdev, blk_mode_t mode,
1602 unsigned int (*check_events) (struct gendisk *disk,
1604 void (*unlock_native_capacity) (struct gendisk *);
1605 int (*getgeo)(struct block_device *, struct hd_geometry *);
[all …]