Home
last modified time | relevance | path

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

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