Home
last modified time | relevance | path

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

/fs/fat/
Dinode.c945 case VFAT_SFN_DISPLAY_WINNT | VFAT_SFN_CREATE_WINNT: in fat_show_options()
948 case VFAT_SFN_DISPLAY_WINNT | VFAT_SFN_CREATE_WIN95: in fat_show_options()
1122 opts->shortname = VFAT_SFN_DISPLAY_WINNT|VFAT_SFN_CREATE_WIN95; in parse_options()
1293 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
1297 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
Dfat.h15 #define VFAT_SFN_DISPLAY_WINNT 0x0004 /* emulate winnt rule for display */ macro
Ddir.c243 else if (opt & VFAT_SFN_DISPLAY_WINNT) { in fat_shortname2uni()