Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfs.h1754 struct file_operations { struct
1755 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 …]
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst501 file_operations chapter

Completed in 14 milliseconds