Home
last modified time | relevance | path

Searched defs:file_operations (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dfs.h2129 struct file_operations { struct
2130 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 …]
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst518 file_operations chapter