Searched defs:block_device_operations (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 7663 struct block_device_operations { struct 7664 void (*submit_bio)(struct bio *); 7665 int (*open)(struct block_device *, fmode_t); 7666 void (*release)(struct gendisk *, fmode_t); 7667 int (*rw_page)(struct block_device *, sector_t, struct page *, unsigned int); 7668 int (*ioctl)(struct block_device *, fmode_t, unsigned int, long unsigned int); 7669 int (*compat_ioctl)(struct block_device *, fmode_t, unsigned int, long unsigned int); 7670 unsigned int (*check_events)(struct gendisk *, unsigned int); 7671 void (*unlock_native_capacity)(struct gendisk *); 7672 int (*getgeo)(struct block_device *, struct hd_geometry *); [all …]
|