![]() |
agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
|
#include <zrtos/str.h>#include <zrtos/types.h>#include <zrtos/clist.h>#include <zrtos/vfs_inode.h>#include <zrtos/vfs/module/null/null.h>Go to the source code of this file.
Data Structures | |
| struct | _zrtos_vfs_dentry_t |
| struct | _zrtos_vfs_dentry__each_child_cb_inode_t |
Typedefs | |
| typedef struct _zrtos_vfs_dentry_t | zrtos_vfs_dentry_t |
| typedef struct _zrtos_vfs_dentry__each_child_cb_inode_t | zrtos_vfs_dentry__each_child_cb_inode_t |
Variables | |
| zrtos_clist_t | zrtos_vfs_dentry__index = {} |
| typedef struct _zrtos_vfs_dentry_t zrtos_vfs_dentry_t |
| void zrtos_vfs_dentry__each_child | ( | zrtos_vfs_dentry_t * | thiz, |
| bool(*)(zrtos_vfs_dentry_t *node, void *arg) | callback, | ||
| void * | callback_arg, | ||
| bool(*)(zrtos_vfs_dentry_t *node, void *arg) | filter, | ||
| void * | filter_arg | ||
| ) |
Definition at line 92 of file vfs_dentry.h.
|
static |
Definition at line 74 of file vfs_dentry.h.
| bool zrtos_vfs_dentry__each_child_filter_name_cb | ( | zrtos_vfs_dentry_t * | thiz, |
| void * | arg | ||
| ) |
Definition at line 113 of file vfs_dentry.h.
| void* zrtos_vfs_dentry__get_inode_data | ( | zrtos_vfs_dentry_t * | thiz | ) |
| bool zrtos_vfs_dentry__init | ( | zrtos_vfs_dentry_t * | thiz, |
| char * | name, | ||
| struct _zrtos_vfs_dentry_t * | parent | ||
| ) |
Definition at line 31 of file vfs_dentry.h.
| bool zrtos_vfs_dentry__is_filesystem | ( | zrtos_vfs_dentry_t * | node | ) |
| zrtos_vfs_dentry_t* zrtos_vfs_dentry__lookup | ( | zrtos_vfs_dentry_t * | thiz, |
| char * | path | ||
| ) |
Definition at line 126 of file vfs_dentry.h.
|
static |
Definition at line 120 of file vfs_dentry.h.
| zrtos_error_t zrtos_vfs_dentry__mount | ( | zrtos_vfs_dentry_t * | thiz, |
| zrtos_vfs_plugin_t * | plugin, | ||
| void * | inode_ctx | ||
| ) |
Definition at line 154 of file vfs_dentry.h.
| void zrtos_vfs_dentry__set_inode_data | ( | zrtos_vfs_dentry_t * | thiz, |
| void * | ctx | ||
| ) |
| zrtos_error_t zrtos_vfs_dentry__umount | ( | zrtos_vfs_dentry_t * | thiz | ) |
Definition at line 175 of file vfs_dentry.h.
| zrtos_clist_t zrtos_vfs_dentry__index = {} |
Definition at line 29 of file vfs_dentry.h.