Searched defs:file_operations (Results 1 – 2 of 2) sorted by relevance
2069 struct file_operations { struct2070 struct module *owner;2071 loff_t (*llseek) (struct file *, loff_t, int);2084 unsigned long mmap_supported_flags;2085 int (*open) (struct inode *, struct file *);2086 int (*flush) (struct file *, fl_owner_t id);2087 int (*release) (struct inode *, struct file *);2089 int (*fasync) (int, struct file *, int);2093 int (*check_flags)(int);2102 unsigned (*mmap_capabilities)(struct file *);[all …]
502 file_operations chapter
Completed in 16 milliseconds