Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Dinode.c969 case VFAT_SFN_DISPLAY_WIN95 | VFAT_SFN_CREATE_WIN95: in fat_show_options()
1138 {"win95", VFAT_SFN_DISPLAY_WIN95 | VFAT_SFN_CREATE_WIN95},
1192 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in fat_parse_param()
H A Dfat.h17 #define VFAT_SFN_DISPLAY_WIN95 0x0002 /* emulate win95 rule for display */ macro