Searched defs:mountpt_operations (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/ |
| D | fs.h | 303 struct mountpt_operations struct 315 * because the struct file_operations and struct mountpt_operations are argument 319 int (*close)(FAR struct file *filep); 320 ssize_t (*read)(FAR struct file *filep, FAR char *buffer, size_t buflen); 321 ssize_t (*write)(FAR struct file *filep, FAR const char *buffer, 323 off_t (*seek)(FAR struct file *filep, off_t offset, int whence); 324 int (*ioctl)(FAR struct file *filep, int cmd, unsigned long arg); 333 int (*sync)(FAR struct file *filep); 334 int (*dup)(FAR const struct file *oldp, FAR struct file *newp); 335 int (*fstat)(FAR const struct file *filep, FAR struct stat *buf); [all …]
|