Searched defs:file_operations (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | fs.h | 2154 struct file_operations { struct 2155 struct module *owner; 2156 fop_flags_t fop_flags; 2157 loff_t (*llseek) (struct file *, loff_t, int); 2158 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); 2159 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); 2160 ssize_t (*read_iter) (struct kiocb *, struct iov_iter *); 2161 ssize_t (*write_iter) (struct kiocb *, struct iov_iter *); 2162 int (*iopoll)(struct kiocb *kiocb, struct io_comp_batch *, 2164 int (*iterate_shared) (struct file *, struct dir_context *); [all …]
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 468 file_operations chapter
|
/linux/tools/testing/vma/ |
H A D | vma_internal.h | 292 struct file_operations { struct 299 const struct file_operations *f_op; argument
|