Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dnamei_msdos.c33 if (opts->dotsOK) { in msdos_format_name()
131 if (!err && sbi->options.dotsOK) { in msdos_find()
Dinode.c996 if (opts->dotsOK) in fat_show_options()
1155 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0; in parse_options()
1295 opts->dotsOK = 1; in parse_options()
1298 opts->dotsOK = 0; in parse_options()
Dfat.h43 dotsOK:1, /* set = hidden and system files are named '.filename' */ member
Ddir.c636 sbi->options.dotsOK); in __fat_readdir()
650 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()