Searched refs:LDIR_Ord (Results 1 – 3 of 3) sorted by relevance
116 unsigned char LDIR_Ord; // 长目录项的序号 member
100 while (tmp_ldEntry->LDIR_Attr == ATTR_LONG_NAME && tmp_ldEntry->LDIR_Ord != 0xe5) in __fat32_search_long_short()1223 if (long_dentry->LDIR_Attr == ATTR_LONG_NAME && long_dentry->LDIR_Ord != 0xe5 && in fat32_readdir()1224 long_dentry->LDIR_Ord != 0x00 && long_dentry->LDIR_Ord != 0x05) in fat32_readdir()1228 while (long_dentry->LDIR_Attr == ATTR_LONG_NAME && long_dentry->LDIR_Ord != 0xe5 && in fat32_readdir()1229 long_dentry->LDIR_Ord != 0x00 && long_dentry->LDIR_Ord != 0x05) in fat32_readdir()1232 if (long_dentry->LDIR_Ord & 0x40) // 最后一个长目录项 in fat32_readdir()
393 Ldentry->LDIR_Ord = i; in fat32_fill_longname()423 Ldentry->LDIR_Ord |= 0x40; in fat32_fill_longname()