VSF Documented
Data Fields
esp_vfs_dir_ops_t Struct Reference

#include <esp_vfs_ops.h>

Data Fields

union { 
 
   esp_vfs_stat_ctx_op_t   stat_p 
 
   esp_vfs_stat_op_t   stat 
 
};  
 
union { 
 
   esp_vfs_link_ctx_op_t   link_p 
 
   esp_vfs_link_op_t   link 
 
};  
 
union { 
 
   esp_vfs_unlink_ctx_op_t   unlink_p 
 
   esp_vfs_unlink_op_t   unlink 
 
};  
 
union { 
 
   esp_vfs_rename_ctx_op_t   rename_p 
 
   esp_vfs_rename_op_t   rename 
 
};  
 
union { 
 
   esp_vfs_opendir_ctx_op_t   opendir_p 
 
   esp_vfs_opendir_op_t   opendir 
 
};  
 
union { 
 
   esp_vfs_readdir_ctx_op_t   readdir_p 
 
   esp_vfs_readdir_op_t   readdir 
 
};  
 
union { 
 
   esp_vfs_readdir_r_ctx_op_t   readdir_r_p 
 
   esp_vfs_readdir_r_op_t   readdir_r 
 
};  
 
union { 
 
   esp_vfs_telldir_ctx_op_t   telldir_p 
 
   esp_vfs_telldir_op_t   telldir 
 
};  
 
union { 
 
   esp_vfs_seekdir_ctx_op_t   seekdir_p 
 
   esp_vfs_seekdir_op_t   seekdir 
 
};  
 
union { 
 
   esp_vfs_closedir_ctx_op_t   closedir_p 
 
   esp_vfs_closedir_op_t   closedir 
 
};  
 
union { 
 
   esp_vfs_mkdir_ctx_op_t   mkdir_p 
 
   esp_vfs_mkdir_op_t   mkdir 
 
};  
 
union { 
 
   esp_vfs_rmdir_ctx_op_t   rmdir_p 
 
   esp_vfs_rmdir_op_t   rmdir 
 
};  
 
union { 
 
   esp_vfs_access_ctx_op_t   access_p 
 
   esp_vfs_access_op_t   access 
 
};  
 
union { 
 
   esp_vfs_truncate_ctx_op_t   truncate_p 
 
   esp_vfs_truncate_op_t   truncate 
 
};  
 
union { 
 
   esp_vfs_ftruncate_ctx_op_t   ftruncate_p 
 
   esp_vfs_ftruncate_op_t   ftruncate 
 
};  
 

Field Documentation

◆ stat_p

esp_vfs_stat_ctx_op_t esp_vfs_dir_ops_t::stat_p

◆ stat

esp_vfs_stat_op_t esp_vfs_dir_ops_t::stat

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ link_p

esp_vfs_link_ctx_op_t esp_vfs_dir_ops_t::link_p

◆ link

esp_vfs_link_op_t esp_vfs_dir_ops_t::link

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ unlink_p

esp_vfs_unlink_ctx_op_t esp_vfs_dir_ops_t::unlink_p

◆ unlink

esp_vfs_unlink_op_t esp_vfs_dir_ops_t::unlink

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ rename_p

esp_vfs_rename_ctx_op_t esp_vfs_dir_ops_t::rename_p

◆ rename

esp_vfs_rename_op_t esp_vfs_dir_ops_t::rename

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ opendir_p

esp_vfs_opendir_ctx_op_t esp_vfs_dir_ops_t::opendir_p

◆ opendir

esp_vfs_opendir_op_t esp_vfs_dir_ops_t::opendir

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ readdir_p

esp_vfs_readdir_ctx_op_t esp_vfs_dir_ops_t::readdir_p

◆ readdir

esp_vfs_readdir_op_t esp_vfs_dir_ops_t::readdir

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ readdir_r_p

esp_vfs_readdir_r_ctx_op_t esp_vfs_dir_ops_t::readdir_r_p

◆ readdir_r

esp_vfs_readdir_r_op_t esp_vfs_dir_ops_t::readdir_r

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ telldir_p

esp_vfs_telldir_ctx_op_t esp_vfs_dir_ops_t::telldir_p

◆ telldir

esp_vfs_telldir_op_t esp_vfs_dir_ops_t::telldir

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ seekdir_p

esp_vfs_seekdir_ctx_op_t esp_vfs_dir_ops_t::seekdir_p

◆ seekdir

esp_vfs_seekdir_op_t esp_vfs_dir_ops_t::seekdir

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ closedir_p

esp_vfs_closedir_ctx_op_t esp_vfs_dir_ops_t::closedir_p

◆ closedir

esp_vfs_closedir_op_t esp_vfs_dir_ops_t::closedir

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ mkdir_p

esp_vfs_mkdir_ctx_op_t esp_vfs_dir_ops_t::mkdir_p

◆ mkdir

esp_vfs_mkdir_op_t esp_vfs_dir_ops_t::mkdir

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ rmdir_p

esp_vfs_rmdir_ctx_op_t esp_vfs_dir_ops_t::rmdir_p

◆ rmdir

esp_vfs_rmdir_op_t esp_vfs_dir_ops_t::rmdir

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ access_p

esp_vfs_access_ctx_op_t esp_vfs_dir_ops_t::access_p

◆ access

esp_vfs_access_op_t esp_vfs_dir_ops_t::access

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ truncate_p

esp_vfs_truncate_ctx_op_t esp_vfs_dir_ops_t::truncate_p

◆ truncate

esp_vfs_truncate_op_t esp_vfs_dir_ops_t::truncate

◆ [union]

union { ... } esp_vfs_dir_ops_t

◆ ftruncate_p

esp_vfs_ftruncate_ctx_op_t esp_vfs_dir_ops_t::ftruncate_p

◆ ftruncate

esp_vfs_ftruncate_op_t esp_vfs_dir_ops_t::ftruncate

◆ [union]

union { ... } esp_vfs_dir_ops_t
Generated from commit: vsfteam/vsf@c3767bf