Searched defs:block_device_operations (Results 1 – 2 of 2) sorted by relevance
849 struct block_device_operations { struct850 int (*open) (struct inode *, struct file *);851 int (*release) (struct inode *, struct file *);852 int (*ioctl) (struct inode *, struct file *, unsigned, unsigned long);853 int (*check_media_change) (kdev_t);854 int (*revalidate) (kdev_t);855 struct module *owner;
75 #define block_device_operations file_operations macro