Searched defs:file_operations (Results 1 – 1 of 1) sorted by relevance
36 struct file_operations { struct37 struct module *owner;38 void (*llseek) (void);39 ssize_t (*read) (struct file *, char *, size_t, loff_t *);63 extern int register_chrdev(unsigned int, const char *, struct file_operations *); argument