Home
last modified time | relevance | path

Searched refs:CASE_LOWER_EXT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h50 #define CASE_LOWER_EXT 16 /* extension is lower case */ macro
/openbmc/u-boot/include/
H A Dfat.h131 #define CASE_LOWER_EXT 16 /* extension is lower case */ macro
/openbmc/u-boot/fs/fat/
H A Dfat.c134 if (dirent->lcase & CASE_LOWER_EXT) in get_name()
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c459 *lcase |= CASE_LOWER_EXT; in vfat_create_shortname()
H A Ddir.c420 de->lcase & CASE_LOWER_EXT); in fat_parse_short()