Searched defs:file_operations (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 1878 struct file_operations { struct 1879 struct module *owner; 1880 loff_t (*llseek) (struct file *, loff_t, int); 1881 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); 1882 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); 1883 ssize_t (*read_iter) (struct kiocb *, struct iov_iter *); 1884 ssize_t (*write_iter) (struct kiocb *, struct iov_iter *); 1885 int (*iopoll)(struct kiocb *kiocb, bool spin); 1886 int (*iterate) (struct file *, struct dir_context *); 1887 int (*iterate_shared) (struct file *, struct dir_context *); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locking.rst | 495 file_operations chapter
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_kinstr_jm.c | 655 static const struct file_operations file_operations = { variable
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-user.c | 1018 static const struct file_operations file_operations = { variable
|