Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dfat.h15 #define VFAT_SFN_DISPLAY_WIN95 0x0002 /* emulate win95 rule for display */ macro
Dinode.c964 case VFAT_SFN_DISPLAY_WIN95 | VFAT_SFN_CREATE_WIN95: in fat_show_options()
1195 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options()
1310 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options()
Ddir.c242 else if (opt & VFAT_SFN_DISPLAY_WIN95) in fat_shortname2uni()