Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h49 #define CASE_LOWER_BASE 8 /* base is lower case */ macro
/openbmc/u-boot/include/
H A Dfat.h130 #define CASE_LOWER_BASE 8 /* base (name) is lower case */ macro
/openbmc/u-boot/fs/fat/
H A Dfat.c129 if (dirent->lcase & CASE_LOWER_BASE) in get_name()
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c457 *lcase |= CASE_LOWER_BASE; in vfat_create_shortname()
H A Ddir.c384 de->lcase & CASE_LOWER_BASE); in fat_parse_short()