Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfs.h1913 struct file_operations { struct
1914 struct module *owner;
1915 loff_t (*llseek) (struct file *, loff_t, int);
1927 unsigned long mmap_supported_flags;
1928 int (*open) (struct inode *, struct file *);
1929 int (*flush) (struct file *, fl_owner_t id);
1930 int (*release) (struct inode *, struct file *);
1932 int (*fasync) (int, struct file *, int);
1935 int (*check_flags)(int);
1939 void (*splice_eof)(struct file *file);
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst513 file_operations chapter