Searched defs:file_operations (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | fs.h | 72 struct file_operations { struct 73 struct module *owner; 74 int (*open) (struct inode *, struct file *); 75 int (*release) (struct inode *, struct file *); 76 long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); 77 int (*mmap) (struct file *, struct vm_area_struct *); 78 unsigned int (*poll) (struct file *, struct poll_table_struct *); 79 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); 80 loff_t (*llseek) (struct file *, loff_t, int);
|