Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs.h1926 struct file_operations { struct
1927 struct module *owner;
1928 fop_flags_t fop_flags;
1929 loff_t (*llseek) (struct file *, loff_t, int);
1930 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *);
1931 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *);
1932 ssize_t (*read_iter) (struct kiocb *, struct iov_iter *);
1933 ssize_t (*write_iter) (struct kiocb *, struct iov_iter *);
1934 int (*iopoll)(struct kiocb *kiocb, struct io_comp_batch *,
1936 int (*iterate_shared) (struct file *, struct dir_context *);
[all …]
/linux/Documentation/filesystems/
H A Dlocking.rst464 file_operations chapter
/linux/rust/kernel/debugfs/
H A Dfile_ops.rs44 const unsafe fn new(operations: bindings::file_operations, mode: u16) -> Self { in new()
/linux/tools/testing/vma/include/
H A Ddup.h45 struct file_operations { struct
51 const struct file_operations *f_op; argument