Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dblkdev.h1396 struct block_device_operations { struct
1397 void (*submit_bio)(struct bio *bio);
1400 int (*open) (struct block_device *, fmode_t);
1401 void (*release) (struct gendisk *, fmode_t);
1404 unsigned int (*check_events) (struct gendisk *disk,
1406 void (*unlock_native_capacity) (struct gendisk *);
1409 void (*free_disk)(struct gendisk *disk);
1412 int (*report_zones)(struct gendisk *, sector_t sector,
1416 int (*get_unique_id)(struct gendisk *disk, u8 id[16],
1418 struct module *owner;
[all …]
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst468 block_device_operations chapter

Completed in 8 milliseconds