|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fsck.fat.h>

Public Attributes | |
| DIR_ENT | dir_ent |
| char * | lfn |
| off_t | offset |
| off_t | lfn_offset |
| struct _dos_file * | parent |
| struct _dos_file * | next |
| struct _dos_file * | first |
Definition at line 182 of file fsck.fat.h.
| DIR_ENT _dos_file::dir_ent |
Definition at line 183 of file fsck.fat.h.
Referenced by auto_rename(), and subdirs().
Definition at line 189 of file fsck.fat.h.
| char* _dos_file::lfn |
Definition at line 184 of file fsck.fat.h.
| off_t _dos_file::lfn_offset |
Definition at line 186 of file fsck.fat.h.
Definition at line 188 of file fsck.fat.h.
Referenced by auto_rename(), check_dir(), and subdirs().
| off_t _dos_file::offset |
Definition at line 185 of file fsck.fat.h.
Referenced by check_file().
Definition at line 187 of file fsck.fat.h.