Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dnamei.c65 bool keep_last_dots) in exfat_striptail_len() argument
67 if (!keep_last_dots) { in exfat_striptail_len()
85 EXFAT_SB(sb)->options.keep_last_dots); in exfat_d_hash()
107 EXFAT_SB(sb)->options.keep_last_dots); in exfat_d_cmp()
109 EXFAT_SB(sb)->options.keep_last_dots); in exfat_d_cmp()
141 EXFAT_SB(sb)->options.keep_last_dots); in exfat_utf8_d_hash()
167 EXFAT_SB(sb)->options.keep_last_dots); in exfat_utf8_d_cmp()
169 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()
H A Dsuper.c162 if (opts->keep_last_dots) in exfat_show_options()
334 opts->keep_last_dots = 1; in exfat_parse_param()
H A Dexfat_fs.h241 keep_last_dots:1; /* Keep trailing periods in paths */ member