Home
last modified time | relevance | path

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

/linux/include/linux/
A Dblkdev.h1469 struct block_device_operations { struct
1470 void (*submit_bio)(struct bio *bio);
1473 int (*open)(struct gendisk *disk, blk_mode_t mode);
1474 void (*release)(struct gendisk *disk);
1479 unsigned int (*check_events) (struct gendisk *disk,
1481 void (*unlock_native_capacity) (struct gendisk *);
1484 void (*free_disk)(struct gendisk *disk);
1487 int (*report_zones)(struct gendisk *, sector_t sector,
1491 int (*get_unique_id)(struct gendisk *disk, u8 id[16],
1493 struct module *owner;
[all …]
/linux/Documentation/filesystems/
A Dlocking.rst480 block_device_operations chapter

Completed in 11 milliseconds