Searched defs:file_operations (Results 1 – 2 of 2) sorted by relevance
1754 struct file_operations { struct1755 struct module *owner;1756 loff_t (*llseek) (struct file *, loff_t, int);1769 unsigned long mmap_supported_flags;1770 int (*open) (struct inode *, struct file *);1771 int (*flush) (struct file *, fl_owner_t id);1772 int (*release) (struct inode *, struct file *);1774 int (*fasync) (int, struct file *, int);1778 int (*check_flags)(int);1787 unsigned (*mmap_capabilities)(struct file *);[all …]
501 file_operations chapter
Completed in 14 milliseconds