Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/include/
Dfile.h120 struct file_operations_vfs struct
124 int (*open)(struct file *filep);
131 int (*close)(struct file *filep);
132 ssize_t (*read)(struct file *filep, char *buffer, size_t buflen);
133 ssize_t (*write)(struct file *filep, const char *buffer, size_t buflen);
134 off_t (*seek)(struct file *filep, off_t offset, int whence);
135 int (*ioctl)(struct file *filep, int cmd, unsigned long arg);
136 int (*mmap)(struct file* filep, struct VmMapRegion *region);
139 int (*poll)(struct file *filep, poll_table *fds);
140 int (*stat)(struct file *filep, struct stat* st);
[all …]