Home
last modified time | relevance | path

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

/linux-6.12.1/fs/fat/
Dfat.h20 #define VFAT_SFN_CREATE_WINNT 0x0200 /* emulate winnt rule for create */ macro
Dinode.c972 case VFAT_SFN_DISPLAY_WINNT | VFAT_SFN_CREATE_WINNT: in fat_show_options()
1139 {"winnt", VFAT_SFN_DISPLAY_WINNT | VFAT_SFN_CREATE_WINNT},
Dnamei_vfat.c453 } else if (opts->shortname & VFAT_SFN_CREATE_WINNT) { in vfat_create_shortname()