ReactOS 0.4.16-dev-13-ge2fc578
|
#include <dirent.h>
Public Attributes | |
struct _finddata_t | dd_dta |
struct dirent | dd_dir |
long | dd_handle |
int | dd_stat |
char | dd_name [1] |
FATFS * | fs |
WORD | id |
WORD | index |
DWORD | sclust |
DWORD | clust |
DWORD | sect |
BYTE * | dir |
BYTE * | fn |
WCHAR * | lfn |
WORD | lfn_idx |
DWORD DIR::clust |
Definition at line 148 of file ff.h.
Referenced by dir_next(), and dir_sdi().
struct _finddata_t DIR::dd_dta |
BYTE* DIR::dir |
Definition at line 150 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chmod(), f_getlabel(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_setlabel(), f_stat(), f_unlink(), f_utime(), follow_path(), and get_fileinfo().
BYTE* DIR::fn |
Definition at line 151 of file ff.h.
Referenced by create_name(), dir_find(), dir_register(), f_chmod(), f_mkdir(), f_rename(), f_unlink(), f_utime(), and follow_path().
FATFS* DIR::fs |
Definition at line 144 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chmod(), f_closedir(), f_getlabel(), f_mkdir(), f_open(), f_opendir(), f_readdir(), f_rename(), f_setlabel(), f_stat(), f_unlink(), f_utime(), and follow_path().
WORD DIR::id |
Definition at line 145 of file ff.h.
Referenced by f_opendir().
WORD DIR::index |
Definition at line 146 of file ff.h.
Referenced by dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), and dir_sdi().
WCHAR* DIR::lfn |
Definition at line 156 of file ff.h.
Referenced by create_name(), dir_find(), dir_read(), dir_register(), and get_fileinfo().
WORD DIR::lfn_idx |
Definition at line 157 of file ff.h.
Referenced by dir_find(), dir_read(), dir_remove(), and get_fileinfo().
DWORD DIR::sclust |
Definition at line 147 of file ff.h.
Referenced by dir_sdi(), f_getlabel(), f_mkdir(), f_opendir(), f_rename(), f_setlabel(), f_unlink(), and follow_path().
DWORD DIR::sect |
Definition at line 149 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_readdir(), and get_fileinfo().