Home
last modified time | relevance | path

Searched refs:NtByte (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/fastfat/
H A Dnamesup.c260 FlagOn(Dirent->NtByte, FAT_DIRENT_NT_BYTE_8_LOWER_CASE)) { in Fat8dot3ToString()
329 FlagOn(Dirent->NtByte, FAT_DIRENT_NT_BYTE_3_LOWER_CASE)) { in Fat8dot3ToString()
H A Dfat.h307 UCHAR NtByte; // offset = 12 member
H A Ddirsup.c2313 Dirent->NtByte = 0; in FatConstructDirent()
2317 SetFlag( Dirent->NtByte, FAT_DIRENT_NT_BYTE_8_LOWER_CASE ); in FatConstructDirent()
2322 SetFlag( Dirent->NtByte, FAT_DIRENT_NT_BYTE_3_LOWER_CASE ); in FatConstructDirent()
H A Dstrucsup.c3130 if (FlagOn(Dirent->NtByte, FAT_DIRENT_NT_BYTE_8_LOWER_CASE)) { in FatConstructNamesInFcb()
3139 if (FlagOn(Dirent->NtByte, FAT_DIRENT_NT_BYTE_3_LOWER_CASE)) { in FatConstructNamesInFcb()