Home
last modified time | relevance | path

Searched refs:keep_last_dots (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/exfat/
Dnamei.c70 bool keep_last_dots) in exfat_striptail_len() argument
72 if (!keep_last_dots) { in exfat_striptail_len()
90 EXFAT_SB(sb)->options.keep_last_dots); in exfat_d_hash()
112 EXFAT_SB(sb)->options.keep_last_dots); in exfat_d_cmp()
114 EXFAT_SB(sb)->options.keep_last_dots); in exfat_d_cmp()
146 EXFAT_SB(sb)->options.keep_last_dots); in exfat_utf8_d_hash()
172 EXFAT_SB(sb)->options.keep_last_dots); in exfat_utf8_d_cmp()
174 EXFAT_SB(sb)->options.keep_last_dots); in exfat_utf8_d_cmp()
416 if (EXFAT_SB(sb)->options.keep_last_dots) { in __exfat_resolve_path()
Dsuper.c171 if (opts->keep_last_dots) in exfat_show_options()
303 opts->keep_last_dots = 1; in exfat_parse_param()
Dexfat_fs.h208 keep_last_dots:1; /* Keep trailing periods in paths */ member