Searched defs:file_operations (Results 1 – 1 of 1) sorted by relevance
2154 struct file_operations { struct2155 struct module *owner;2156 fop_flags_t fop_flags;2157 loff_t (*llseek) (struct file *, loff_t, int);2169 int (*open) (struct inode *, struct file *);2170 int (*flush) (struct file *, fl_owner_t id);2173 int (*fasync) (int, struct file *, int);2176 int (*check_flags)(int);2180 void (*splice_eof)(struct file *file);2186 unsigned (*mmap_capabilities)(struct file *);[all …]
Completed in 24 milliseconds