agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
_zrtos_vfs_dentry__each_child_cb_inode_t Struct Reference

#include <vfs_dentry.h>

Collaboration diagram for _zrtos_vfs_dentry__each_child_cb_inode_t:
[legend]

Data Fields

zrtos_vfs_dentry_tparent
 
bool(* callback )(zrtos_vfs_dentry_t *node, void *arg)
 
void * callback_arg
 
bool(* filter )(zrtos_vfs_dentry_t *node, void *arg)
 
void * filter_arg
 

Detailed Description

Definition at line 66 of file vfs_dentry.h.

Field Documentation

◆ callback

bool(* _zrtos_vfs_dentry__each_child_cb_inode_t::callback) (zrtos_vfs_dentry_t *node, void *arg)

Definition at line 68 of file vfs_dentry.h.

◆ callback_arg

void* _zrtos_vfs_dentry__each_child_cb_inode_t::callback_arg

Definition at line 69 of file vfs_dentry.h.

◆ filter

bool(* _zrtos_vfs_dentry__each_child_cb_inode_t::filter) (zrtos_vfs_dentry_t *node, void *arg)

Definition at line 70 of file vfs_dentry.h.

◆ filter_arg

void* _zrtos_vfs_dentry__each_child_cb_inode_t::filter_arg

Definition at line 71 of file vfs_dentry.h.

◆ parent

zrtos_vfs_dentry_t* _zrtos_vfs_dentry__each_child_cb_inode_t::parent

Definition at line 67 of file vfs_dentry.h.


The documentation for this struct was generated from the following file: