Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfs.h2069 struct file_operations { struct
2070 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 …]
/linux/Documentation/filesystems/
A Dlocking.rst502 file_operations chapter

Completed in 16 milliseconds