Searched defs:file_operations (Results 1 – 2 of 2) sorted by relevance
2129 struct file_operations { struct2130 struct module *owner;2131 fop_flags_t fop_flags;2132 loff_t (*llseek) (struct file *, loff_t, int);2144 int (*open) (struct inode *, struct file *);2145 int (*flush) (struct file *, fl_owner_t id);2146 int (*release) (struct inode *, struct file *);2148 int (*fasync) (int, struct file *, int);2151 int (*check_flags)(int);2155 void (*splice_eof)(struct file *file);[all …]
518 file_operations chapter