Searched refs:NtByte (Results 1 – 4 of 4) sorted by relevance
260 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()
307 UCHAR NtByte; // offset = 12 member
2313 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()
3130 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()