Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfs.h2062 struct file_operations { struct
2063 struct module *owner;
2064 fop_flags_t fop_flags;
2065 loff_t (*llseek) (struct file *, loff_t, int);
2077 int (*open) (struct inode *, struct file *);
2078 int (*flush) (struct file *, fl_owner_t id);
2079 int (*release) (struct inode *, struct file *);
2081 int (*fasync) (int, struct file *, int);
2084 int (*check_flags)(int);
2088 void (*splice_eof)(struct file *file);
[all …]
/linux/Documentation/filesystems/
A Dlocking.rst513 file_operations chapter

Completed in 19 milliseconds