Lines Matching defs:block_device_operations
1009 struct block_device_operations { struct
1010 int (*open) (struct inode *, struct file *);
1011 int (*release) (struct inode *, struct file *);
1012 int (*ioctl) (struct inode *, struct file *, unsigned, unsigned long);
1013 long (*unlocked_ioctl) (struct file *, unsigned, unsigned long);
1014 long (*compat_ioctl) (struct file *, unsigned, unsigned long);
1015 int (*direct_access) (struct block_device *, sector_t, unsigned long *);
1016 int (*media_changed) (struct gendisk *);
1017 int (*revalidate_disk) (struct gendisk *);
1018 int (*getgeo)(struct block_device *, struct hd_geometry *);
1019 struct module *owner;