ReactOS 0.4.15-dev-7994-gb388cb6
_dos_file Struct Reference

#include <fsck.fat.h>

Collaboration diagram for _dos_file:

Public Attributes

DIR_ENT dir_ent
 
charlfn
 
off_t offset
 
off_t lfn_offset
 
struct _dos_fileparent
 
struct _dos_filenext
 
struct _dos_filefirst
 

Detailed Description

Definition at line 182 of file fsck.fat.h.

Member Data Documentation

◆ dir_ent

DIR_ENT _dos_file::dir_ent

Definition at line 183 of file fsck.fat.h.

Referenced by auto_rename(), and subdirs().

◆ first

struct _dos_file* _dos_file::first

Definition at line 189 of file fsck.fat.h.

◆ lfn

char* _dos_file::lfn

Definition at line 184 of file fsck.fat.h.

◆ lfn_offset

off_t _dos_file::lfn_offset

Definition at line 186 of file fsck.fat.h.

◆ next

struct _dos_file* _dos_file::next

Definition at line 188 of file fsck.fat.h.

Referenced by auto_rename(), check_dir(), and subdirs().

◆ offset

off_t _dos_file::offset

Definition at line 185 of file fsck.fat.h.

Referenced by check_file().

◆ parent

struct _dos_file* _dos_file::parent

Definition at line 187 of file fsck.fat.h.


The documentation for this struct was generated from the following file: