Home
last modified time | relevance | path

Searched refs:VFAT_SFN_DISPLAY_LOWER (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmsdos_fs.h98 #define VFAT_SFN_DISPLAY_LOWER 0x0001 /* convert to lowercase for display */ macro
/linux-2.4.37.9/fs/vfat/
Dnamei.c111 opts->shortname = VFAT_SFN_DISPLAY_LOWER | VFAT_SFN_CREATE_WIN95; in parse_options()
145 opts->shortname = VFAT_SFN_DISPLAY_LOWER in parse_options()
/linux-2.4.37.9/fs/fat/
Ddir.c167 if (opt & VFAT_SFN_DISPLAY_LOWER) in fat_shortname2uni()