Home
last modified time | relevance | path

Searched refs:LOWERCASE_BASE (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/filesystem/fat32/
Dfat32.h107 #define LOWERCASE_BASE (8) macro
Dfat32.c180 if (tmp_dEntry->DIR_NTRes & LOWERCASE_BASE) // 为兼容windows系统,检测DIR_NTRes字段 in __fat32_search_long_short()
1285 if (dentry->DIR_NTRes & LOWERCASE_BASE) // 如果标记了文件名小写,则转换为小写字符 in fat32_readdir()
1308 if (dentry->DIR_NTRes & LOWERCASE_BASE) // 如果标记了文件名小写,则转换为小写字符 in fat32_readdir()