Searched defs:block_device_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 6342 struct block_device_operations { struct 6343 void (*submit_bio)(struct bio *); 6344 int (*poll_bio)(struct bio *, struct io_comp_batch *, unsigned int); 6345 int (*open)(struct gendisk *, blk_mode_t); 6346 void (*release)(struct gendisk *); 6347 int (*ioctl)(struct block_device *, blk_mode_t, unsigned int, unsigned long); 6348 int (*compat_ioctl)(struct block_device *, blk_mode_t, unsigned int, unsigned long); 6349 unsigned int (*check_events)(struct gendisk *, unsigned int); 6350 void (*unlock_native_capacity)(struct gendisk *); 6351 int (*getgeo)(struct block_device *, struct hd_geometry *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 5951 struct block_device_operations { struct 5952 void (*submit_bio)(struct bio *); 5953 int (*poll_bio)(struct bio *, struct io_comp_batch *, unsigned int); 5954 int (*open)(struct gendisk *, blk_mode_t); 5955 void (*release)(struct gendisk *); 5956 int (*ioctl)(struct block_device *, blk_mode_t, unsigned int, unsigned long); 5957 int (*compat_ioctl)(struct block_device *, blk_mode_t, unsigned int, unsigned long); 5958 unsigned int (*check_events)(struct gendisk *, unsigned int); 5959 void (*unlock_native_capacity)(struct gendisk *); 5960 int (*getgeo)(struct block_device *, struct hd_geometry *); [all …]
|