XFusion API v1.3.0
|
Struct containing function pointers to directory related functionality. 更多...
#include <xf_vfs_ops.h>
Struct containing function pointers to directory related functionality.
在文件 xf_vfs_ops.h 第 90 行定义.
const xf_vfs_stat_ctx_op_t stat_p |
stat with context pointer
在文件 xf_vfs_ops.h 第 92 行定义.
const xf_vfs_stat_op_t stat |
stat without context pointer
在文件 xf_vfs_ops.h 第 93 行定义.
union { ... } |
const xf_vfs_link_ctx_op_t link_p |
link with context pointer
在文件 xf_vfs_ops.h 第 96 行定义.
const xf_vfs_link_op_t link |
link without context pointer
在文件 xf_vfs_ops.h 第 97 行定义.
union { ... } |
const xf_vfs_unlink_ctx_op_t unlink_p |
unlink with context pointer
在文件 xf_vfs_ops.h 第 100 行定义.
const xf_vfs_unlink_op_t unlink |
unlink without context pointer
在文件 xf_vfs_ops.h 第 101 行定义.
union { ... } |
const xf_vfs_rename_ctx_op_t rename_p |
rename with context pointer
在文件 xf_vfs_ops.h 第 104 行定义.
const xf_vfs_rename_op_t rename |
rename without context pointer
在文件 xf_vfs_ops.h 第 105 行定义.
union { ... } |
const xf_vfs_opendir_ctx_op_t opendir_p |
opendir with context pointer
在文件 xf_vfs_ops.h 第 108 行定义.
const xf_vfs_opendir_op_t opendir |
opendir without context pointer
在文件 xf_vfs_ops.h 第 109 行定义.
union { ... } |
const xf_vfs_readdir_ctx_op_t readdir_p |
readdir with context pointer
在文件 xf_vfs_ops.h 第 112 行定义.
const xf_vfs_readdir_op_t readdir |
readdir without context pointer
在文件 xf_vfs_ops.h 第 113 行定义.
union { ... } |
const xf_vfs_readdir_r_ctx_op_t readdir_r_p |
readdir_r with context pointer
在文件 xf_vfs_ops.h 第 116 行定义.
const xf_vfs_readdir_r_op_t readdir_r |
readdir_r without context pointer
在文件 xf_vfs_ops.h 第 117 行定义.
union { ... } |
const xf_vfs_telldir_ctx_op_t telldir_p |
telldir with context pointer
在文件 xf_vfs_ops.h 第 120 行定义.
const xf_vfs_telldir_op_t telldir |
telldir without context pointer
在文件 xf_vfs_ops.h 第 121 行定义.
union { ... } |
const xf_vfs_seekdir_ctx_op_t seekdir_p |
seekdir with context pointer
在文件 xf_vfs_ops.h 第 124 行定义.
const xf_vfs_seekdir_op_t seekdir |
seekdir without context pointer
在文件 xf_vfs_ops.h 第 125 行定义.
union { ... } |
const xf_vfs_closedir_ctx_op_t closedir_p |
closedir with context pointer
在文件 xf_vfs_ops.h 第 128 行定义.
const xf_vfs_closedir_op_t closedir |
closedir without context pointer
在文件 xf_vfs_ops.h 第 129 行定义.
union { ... } |
const xf_vfs_mkdir_ctx_op_t mkdir_p |
mkdir with context pointer
在文件 xf_vfs_ops.h 第 132 行定义.
const xf_vfs_mkdir_op_t mkdir |
mkdir without context pointer
在文件 xf_vfs_ops.h 第 133 行定义.
union { ... } |
const xf_vfs_rmdir_ctx_op_t rmdir_p |
rmdir with context pointer
在文件 xf_vfs_ops.h 第 136 行定义.
const xf_vfs_rmdir_op_t rmdir |
rmdir without context pointer
在文件 xf_vfs_ops.h 第 137 行定义.
union { ... } |
const xf_vfs_access_ctx_op_t access_p |
access with context pointer
在文件 xf_vfs_ops.h 第 140 行定义.
const xf_vfs_access_op_t access |
access without context pointer
在文件 xf_vfs_ops.h 第 141 行定义.
union { ... } |
const xf_vfs_truncate_ctx_op_t truncate_p |
truncate with context pointer
在文件 xf_vfs_ops.h 第 144 行定义.
const xf_vfs_truncate_op_t truncate |
truncate without context pointer
在文件 xf_vfs_ops.h 第 145 行定义.
union { ... } |
const xf_vfs_ftruncate_ctx_op_t ftruncate_p |
ftruncate with context pointer
在文件 xf_vfs_ops.h 第 148 行定义.
const xf_vfs_ftruncate_op_t ftruncate |
ftruncate without context pointer
在文件 xf_vfs_ops.h 第 149 行定义.
union { ... } |
const xf_vfs_utime_ctx_op_t utime_p |
utime with context pointer
在文件 xf_vfs_ops.h 第 152 行定义.
const xf_vfs_utime_op_t utime |
utime without context pointer
在文件 xf_vfs_ops.h 第 153 行定义.
union { ... } |