XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_vfs_dir_ops_t结构体 参考

Struct containing function pointers to directory related functionality. 更多...

#include <xf_vfs_ops.h>

xf_vfs_dir_ops_t 的协作图:
Collaboration graph

成员变量

union { 
 
   const xf_vfs_stat_ctx_op_t   stat_p 
 
   const xf_vfs_stat_op_t   stat 
 
};  
 
union { 
 
   const xf_vfs_link_ctx_op_t   link_p 
 
   const xf_vfs_link_op_t   link 
 
};  
 
union { 
 
   const xf_vfs_unlink_ctx_op_t   unlink_p 
 
   const xf_vfs_unlink_op_t   unlink 
 
};  
 
union { 
 
   const xf_vfs_rename_ctx_op_t   rename_p 
 
   const xf_vfs_rename_op_t   rename 
 
};  
 
union { 
 
   const xf_vfs_opendir_ctx_op_t   opendir_p 
 
   const xf_vfs_opendir_op_t   opendir 
 
};  
 
union { 
 
   const xf_vfs_readdir_ctx_op_t   readdir_p 
 
   const xf_vfs_readdir_op_t   readdir 
 
};  
 
union { 
 
   const xf_vfs_readdir_r_ctx_op_t   readdir_r_p 
 
   const xf_vfs_readdir_r_op_t   readdir_r 
 
};  
 
union { 
 
   const xf_vfs_telldir_ctx_op_t   telldir_p 
 
   const xf_vfs_telldir_op_t   telldir 
 
};  
 
union { 
 
   const xf_vfs_seekdir_ctx_op_t   seekdir_p 
 
   const xf_vfs_seekdir_op_t   seekdir 
 
};  
 
union { 
 
   const xf_vfs_closedir_ctx_op_t   closedir_p 
 
   const xf_vfs_closedir_op_t   closedir 
 
};  
 
union { 
 
   const xf_vfs_mkdir_ctx_op_t   mkdir_p 
 
   const xf_vfs_mkdir_op_t   mkdir 
 
};  
 
union { 
 
   const xf_vfs_rmdir_ctx_op_t   rmdir_p 
 
   const xf_vfs_rmdir_op_t   rmdir 
 
};  
 
union { 
 
   const xf_vfs_access_ctx_op_t   access_p 
 
   const xf_vfs_access_op_t   access 
 
};  
 
union { 
 
   const xf_vfs_truncate_ctx_op_t   truncate_p 
 
   const xf_vfs_truncate_op_t   truncate 
 
};  
 
union { 
 
   const xf_vfs_ftruncate_ctx_op_t   ftruncate_p 
 
   const xf_vfs_ftruncate_op_t   ftruncate 
 
};  
 
union { 
 
   const xf_vfs_utime_ctx_op_t   utime_p 
 
   const xf_vfs_utime_op_t   utime 
 
};  
 

详细描述

Struct containing function pointers to directory related functionality.

在文件 xf_vfs_ops.h90 行定义.

结构体成员变量说明

◆ stat_p

const xf_vfs_stat_ctx_op_t stat_p

stat with context pointer

在文件 xf_vfs_ops.h92 行定义.

◆ stat

const xf_vfs_stat_op_t stat

stat without context pointer

在文件 xf_vfs_ops.h93 行定义.

◆ [union]

union { ... }

◆ link_p

const xf_vfs_link_ctx_op_t link_p

link with context pointer

在文件 xf_vfs_ops.h96 行定义.

◆ link

const xf_vfs_link_op_t link

link without context pointer

在文件 xf_vfs_ops.h97 行定义.

◆ [union]

union { ... }

◆ unlink_p

const xf_vfs_unlink_ctx_op_t unlink_p

unlink with context pointer

在文件 xf_vfs_ops.h100 行定义.

◆ unlink

const xf_vfs_unlink_op_t unlink

unlink without context pointer

在文件 xf_vfs_ops.h101 行定义.

◆ [union]

union { ... }

◆ rename_p

const xf_vfs_rename_ctx_op_t rename_p

rename with context pointer

在文件 xf_vfs_ops.h104 行定义.

◆ rename

const xf_vfs_rename_op_t rename

rename without context pointer

在文件 xf_vfs_ops.h105 行定义.

◆ [union]

union { ... }

◆ opendir_p

const xf_vfs_opendir_ctx_op_t opendir_p

opendir with context pointer

在文件 xf_vfs_ops.h108 行定义.

◆ opendir

const xf_vfs_opendir_op_t opendir

opendir without context pointer

在文件 xf_vfs_ops.h109 行定义.

◆ [union]

union { ... }

◆ readdir_p

const xf_vfs_readdir_ctx_op_t readdir_p

readdir with context pointer

在文件 xf_vfs_ops.h112 行定义.

◆ readdir

const xf_vfs_readdir_op_t readdir

readdir without context pointer

在文件 xf_vfs_ops.h113 行定义.

◆ [union]

union { ... }

◆ readdir_r_p

const xf_vfs_readdir_r_ctx_op_t readdir_r_p

readdir_r with context pointer

在文件 xf_vfs_ops.h116 行定义.

◆ readdir_r

const xf_vfs_readdir_r_op_t readdir_r

readdir_r without context pointer

在文件 xf_vfs_ops.h117 行定义.

◆ [union]

union { ... }

◆ telldir_p

const xf_vfs_telldir_ctx_op_t telldir_p

telldir with context pointer

在文件 xf_vfs_ops.h120 行定义.

◆ telldir

const xf_vfs_telldir_op_t telldir

telldir without context pointer

在文件 xf_vfs_ops.h121 行定义.

◆ [union]

union { ... }

◆ seekdir_p

const xf_vfs_seekdir_ctx_op_t seekdir_p

seekdir with context pointer

在文件 xf_vfs_ops.h124 行定义.

◆ seekdir

const xf_vfs_seekdir_op_t seekdir

seekdir without context pointer

在文件 xf_vfs_ops.h125 行定义.

◆ [union]

union { ... }

◆ closedir_p

const xf_vfs_closedir_ctx_op_t closedir_p

closedir with context pointer

在文件 xf_vfs_ops.h128 行定义.

◆ closedir

const xf_vfs_closedir_op_t closedir

closedir without context pointer

在文件 xf_vfs_ops.h129 行定义.

◆ [union]

union { ... }

◆ mkdir_p

const xf_vfs_mkdir_ctx_op_t mkdir_p

mkdir with context pointer

在文件 xf_vfs_ops.h132 行定义.

◆ mkdir

const xf_vfs_mkdir_op_t mkdir

mkdir without context pointer

在文件 xf_vfs_ops.h133 行定义.

◆ [union]

union { ... }

◆ rmdir_p

const xf_vfs_rmdir_ctx_op_t rmdir_p

rmdir with context pointer

在文件 xf_vfs_ops.h136 行定义.

◆ rmdir

const xf_vfs_rmdir_op_t rmdir

rmdir without context pointer

在文件 xf_vfs_ops.h137 行定义.

◆ [union]

union { ... }

◆ access_p

const xf_vfs_access_ctx_op_t access_p

access with context pointer

在文件 xf_vfs_ops.h140 行定义.

◆ access

const xf_vfs_access_op_t access

access without context pointer

在文件 xf_vfs_ops.h141 行定义.

◆ [union]

union { ... }

◆ truncate_p

const xf_vfs_truncate_ctx_op_t truncate_p

truncate with context pointer

在文件 xf_vfs_ops.h144 行定义.

◆ truncate

const xf_vfs_truncate_op_t truncate

truncate without context pointer

在文件 xf_vfs_ops.h145 行定义.

◆ [union]

union { ... }

◆ ftruncate_p

const xf_vfs_ftruncate_ctx_op_t ftruncate_p

ftruncate with context pointer

在文件 xf_vfs_ops.h148 行定义.

◆ ftruncate

const xf_vfs_ftruncate_op_t ftruncate

ftruncate without context pointer

在文件 xf_vfs_ops.h149 行定义.

◆ [union]

union { ... }

◆ utime_p

const xf_vfs_utime_ctx_op_t utime_p

utime with context pointer

在文件 xf_vfs_ops.h152 行定义.

◆ utime

const xf_vfs_utime_op_t utime

utime without context pointer

在文件 xf_vfs_ops.h153 行定义.

◆ [union]

union { ... }

该结构体的文档由以下文件生成: