This graph shows which files directly or indirectly include this file:
Detailed DescriptionFAT file structures Define Documentation
Value for byte 510 of boot block or MBR
Value for byte 511 of boot block or MBR
Old DOS archive bit for backup support
defined attribute bits
Entry is for a directory
Mask for file/subdirectory tests
File should hidden in directory listings
Test value for long name entry. Test is d->attributes & DIR_ATT_LONG_NAME_MASK) == DIR_ATT_LONG_NAME.
Test mask for long name entry
file is read-only
Entry is for a system file
Directory entry contains the volume label
Directory entry is for a file
Directory entry is for a file or subdirectory
Directory entry is part of a long name
Directory entry is for a subdirectory
escape for name[0] = 0XE5
name[0] value for entry that is free after being "deleted"
name[0] value for entry that is free and no allocated entries follow
FAT16 end of chain value used by Microsoft.
Minimum value for FAT16 EOC. Use to test for EOC.
FAT32 end of chain value used by Microsoft.
Minimum value for FAT32 EOC. Use to test for EOC.
Mask a for FAT32 entry. Entries are 28 bits. Typedef Documentation
Type name for biosParmBlock
Type name for directoryEntry
Type name for fat32BootSector
Type name for masterBootRecord
|