Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/incubator-nuttx/liteos/fs/include/fs/
Dfs.h198 struct file_operations_vfs struct
205 int (*open)(FAR struct file *filep);
212 int (*close)(FAR struct file *filep);
213 ssize_t (*read)(FAR struct file *filep, FAR char *buffer, size_t buflen);
214 ssize_t (*write)(FAR struct file *filep, FAR const char *buffer,
216 off_t (*seek)(FAR struct file *filep, off_t offset, int whence);
217 int (*ioctl)(FAR struct file *filep, int cmd, unsigned long arg);
222 int (*poll)(FAR struct file *filep, poll_table *fds);
224 int (*poll)(FAR struct file *filep, struct pollfd *fds, bool setup);
229 int (*unlink)(FAR struct inode *inode);