Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dinode.c971 case VFAT_SFN_DISPLAY_WINNT | VFAT_SFN_CREATE_WINNT: in fat_show_options()
974 case VFAT_SFN_DISPLAY_WINNT | VFAT_SFN_CREATE_WIN95: in fat_show_options()
1148 opts->shortname = VFAT_SFN_DISPLAY_WINNT|VFAT_SFN_CREATE_WIN95; in parse_options()
1318 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
1322 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
Dfat.h16 #define VFAT_SFN_DISPLAY_WINNT 0x0004 /* emulate winnt rule for display */ macro
Ddir.c243 else if (opt & VFAT_SFN_DISPLAY_WINNT) { in fat_shortname2uni()