Home
last modified time | relevance | path

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

/linux-6.12.1/fs/fat/
Dfat.h16 #define VFAT_SFN_DISPLAY_LOWER 0x0001 /* convert to lowercase for display */ macro
Dinode.c978 case VFAT_SFN_DISPLAY_LOWER | VFAT_SFN_CREATE_WIN95: in fat_show_options()
1137 {"lower", VFAT_SFN_DISPLAY_LOWER | VFAT_SFN_CREATE_WIN95},
Ddir.c239 if (opt & VFAT_SFN_DISPLAY_LOWER) in fat_shortname2uni()