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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dnamei_msdos.c24 * (n)ormal or (s)trict, opts->dotsOK allows dots at the
33 if (opts->dotsOK) {
131 if (!err && sbi->options.dotsOK) {
H A Dfat.h39 dotsOK:1, /* set = hidden and system files are named '.filename' */ member in struct:fat_mount_options
H A Dinode.c852 if (opts->dotsOK)
853 seq_puts(m, ",dotsOK=yes");
935 {Opt_nodots, "dotsOK=no"},
937 {Opt_dots, "dotsOK=yes"},
995 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0;
1105 opts->dotsOK = 1;
1108 opts->dotsOK = 0;
H A Ddir.c558 if (sbi->options.dotsOK) {

Completed in 204 milliseconds