Searched defs:block_device_operations (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blkdev.h | 1874 struct block_device_operations { struct 1875 blk_qc_t (*submit_bio) (struct bio *bio); 1876 int (*open) (struct block_device *, fmode_t); 1877 void (*release) (struct gendisk *, fmode_t); 1878 int (*rw_page)(struct block_device *, sector_t, struct page *, unsigned int); 1879 int (*ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); 1880 int (*compat_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); 1881 unsigned int (*check_events) (struct gendisk *disk, 1883 void (*unlock_native_capacity) (struct gendisk *); 1884 int (*revalidate_disk) (struct gendisk *); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locking.rst | 460 block_device_operations chapter
|