XFusion API v1.3.0
|
Directory entry structure 更多...
#include <xf_vfs_sys_dirent.h>
成员变量 | |
xf_vfs_ino_t | d_ino |
xf_vfs_off_t | d_off |
uint8_t | d_type |
uint8_t | d_namlen |
uint16_t | d_reclen |
char | d_name [XF_VFS_DIRENT_NAME_SIZE] |
Directory entry structure
在文件 xf_vfs_sys_dirent.h 第 43 行定义.
xf_vfs_ino_t d_ino |
在文件 xf_vfs_sys_dirent.h 第 44 行定义.
xf_vfs_off_t d_off |
在文件 xf_vfs_sys_dirent.h 第 45 行定义.
uint8_t d_type |
在文件 xf_vfs_sys_dirent.h 第 46 行定义.
uint8_t d_namlen |
在文件 xf_vfs_sys_dirent.h 第 50 行定义.
uint16_t d_reclen |
在文件 xf_vfs_sys_dirent.h 第 51 行定义.
char d_name[XF_VFS_DIRENT_NAME_SIZE] |
The null-terminated file name
在文件 xf_vfs_sys_dirent.h 第 52 行定义.