Home
last modified time | relevance | path

Searched refs:shortname (Results 1 – 4 of 4) sorted by relevance

/fs/fat/
Dinode.c962 switch (opts->shortname) { in fat_show_options()
1143 opts->shortname = VFAT_SFN_DISPLAY_WINNT|VFAT_SFN_CREATE_WIN95; in parse_options()
1146 opts->shortname = 0; in parse_options()
1194 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options()
1305 opts->shortname = VFAT_SFN_DISPLAY_LOWER in parse_options()
1309 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options()
1313 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
1317 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
Ddir.c356 unsigned short opt_shortname = sbi->options.shortname; in fat_parse_short()
549 const char *shortname; member
642 both->shortname = bufname; in __fat_readdir()
735 const char *shortname = buf->shortname; \
748 copy_to_user(d1->d_name, shortname, short_len) || \
Dnamei_vfat.c451 if (opts->shortname & VFAT_SFN_CREATE_WIN95) { in vfat_create_shortname()
453 } else if (opts->shortname & VFAT_SFN_CREATE_WINNT) { in vfat_create_shortname()
618 goto shortname; in vfat_build_slots()
639 shortname: in vfat_build_slots()
Dfat.h35 unsigned short shortname; /* flags for shortname display/create rule */ member