Home
last modified time | relevance | path

Searched refs:i_fops (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/vfs/
A Dvfs.c145 if ((node->ops.i_fops->close) != NULL) { in vfs_close_without_glock()
146 ret = (node->ops.i_fops->close)(f); in vfs_close_without_glock()
319 if ((node->ops.i_fops->open) != NULL) { in vfs_open()
401 if ((node->ops.i_fops->close) != NULL) { in vfs_close()
402 ret = (node->ops.i_fops->close)(f); in vfs_close()
460 if ((node->ops.i_fops->read) != NULL) { in vfs_read()
522 if ((node->ops.i_fops) != NULL) { in vfs_write()
718 if ((node->ops.i_fops->sync) != NULL) { in vfs_sync()
719 ret = (node->ops.i_fops->sync)(f); in vfs_sync()
801 if ((node->ops.i_fops->stat) != NULL) { in vfs_stat()
[all …]
A Dvfs_inode.c70 if (node->ops.i_fops->close) { in close_all_files_on_node()
71 node->ops.i_fops->close(f); in close_all_files_on_node()
/AliOS-Things-master/components/vfs/include/
A Dvfs_types.h53 const vfs_filesystem_ops_t *i_fops; member
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h71 const fs_ops_t *i_fops; /**< FS operations */ member
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h71 const fs_ops_t *i_fops; /**< FS operations */ member
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h71 const fs_ops_t *i_fops; /**< FS operations */ member

Completed in 11 milliseconds