Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dinode.c966 case VFAT_SFN_DISPLAY_WINNT | VFAT_SFN_CREATE_WINNT: in fat_show_options()
969 case VFAT_SFN_DISPLAY_WINNT | VFAT_SFN_CREATE_WIN95: in fat_show_options()
1143 opts->shortname = VFAT_SFN_DISPLAY_WINNT|VFAT_SFN_CREATE_WIN95; in parse_options()
1313 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
1317 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
H A Dfat.h16 #define VFAT_SFN_DISPLAY_WINNT 0x0004 /* emulate winnt rule for display */ macro
H A Ddir.c243 else if (opt & VFAT_SFN_DISPLAY_WINNT) { in fat_shortname2uni()