Home
last modified time | relevance | path

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

/fs/fat/
Dinode.c815 if (opts->dotsOK) in fat_show_options()
955 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0; in parse_options()
1065 opts->dotsOK = 1; in parse_options()
1068 opts->dotsOK = 0; in parse_options()
Dnamei_msdos.c34 if (opts->dotsOK) { in msdos_format_name()
132 if (!err && sbi->options.dotsOK) { in msdos_find()
Dfat.h38 dotsOK:1, /* set = hidden and system files are named '.filename' */ member
Ddir.c563 if (sbi->options.dotsOK) { in __fat_readdir()