Searched refs:dotsOK (Results 1 – 6 of 6) sorted by relevance
60 if (opts->dotsOK) { in msdos_format_name()135 char dotsOK; in msdos_find() local138 dotsOK = MSDOS_SB(dir->i_sb)->options.dotsOK; in msdos_find()143 if (!res && dotsOK) { in msdos_find()
21 dotsOK:1, /* set = hidden and system files are named '.filename' */ member
223 opts->quiet = opts->sys_immutable = opts->dotsOK = opts->showexec = 0; in parse_options()265 opts->dotsOK = 1; in parse_options()271 opts->dotsOK = 0; in parse_options()277 if (!strcmp(value,"yes")) opts->dotsOK = 1; in parse_options()278 else if (!strcmp(value,"no")) opts->dotsOK = 0; in parse_options()
477 if ((de->attr & ATTR_HIDDEN) && MSDOS_SB(sb)->options.dotsOK) { in fat_readdirx()
376 MSDOS_SB(sb)->options.dotsOK = 0; /* disable hidden==dotfile */ in UMSDOS_read_super()
1276 MSDOS_SB(sb)->options.dotsOK = 0; in vfat_read_super()