Searched refs:dotsOK (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_msdos.c | 24 * (n)ormal or (s)trict, opts->dotsOK allows dots at the in msdos_format_name() 33 if (opts->dotsOK) { in msdos_format_name() 131 if (!err && sbi->options.dotsOK) { in msdos_find()
|
H A D | inode.c | 991 if (opts->dotsOK) in fat_show_options() 992 seq_puts(m, ",dotsOK=yes"); in fat_show_options() 1090 {Opt_nodots, "dotsOK=no"}, 1092 {Opt_dots, "dotsOK=yes"}, 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 D | fat.h | 43 dotsOK:1, /* set = hidden and system files are named '.filename' */ member
|
H A D | dir.c | 504 * 'dotsOK=yes'); if we are executing here, it is in the in fat_search_long() 636 sbi->options.dotsOK); in __fat_readdir() 650 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | namei_msdos.c | 24 * (n)ormal or (s)trict, opts->dotsOK allows dots at the in msdos_format_name() 33 if (opts->dotsOK) { in msdos_format_name() 131 if (!err && sbi->options.dotsOK) { in msdos_find()
|
H A D | inode.c | 991 if (opts->dotsOK) in fat_show_options() 992 seq_puts(m, ",dotsOK=yes"); in fat_show_options() 1090 {Opt_nodots, "dotsOK=no"}, 1092 {Opt_dots, "dotsOK=yes"}, 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 D | fat.h | 43 dotsOK:1, /* set = hidden and system files are named '.filename' */ member
|
H A D | dir.c | 504 * 'dotsOK=yes'); if we are executing here, it is in the in fat_search_long() 636 sbi->options.dotsOK); in __fat_readdir() 650 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()
|
Completed in 17 milliseconds