Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 6 of 6) sorted by relevance

/fs/exfat/
DKconfig19 converting between the encoding that is used for user visible
20 filenames and the UTF-16 character encoding that the exFAT
/fs/f2fs/
Dsuper.c277 const struct f2fs_sb_encodings **encoding, in f2fs_sb_read_encoding() argument
290 *encoding = &f2fs_sb_encoding_map[i]; in f2fs_sb_read_encoding()
4143 struct unicode_map *encoding; in f2fs_setup_casefold() local
4153 encoding = utf8_load(encoding_info->version); in f2fs_setup_casefold()
4154 if (IS_ERR(encoding)) { in f2fs_setup_casefold()
4160 return PTR_ERR(encoding); in f2fs_setup_casefold()
4166 sbi->sb->s_encoding = encoding; in f2fs_setup_casefold()
Dsysfs.c915 F2FS_GENERAL_RO_ATTR(encoding);
1054 ATTR_LIST(encoding),
/fs/fat/
DKconfig115 Say Y if you use UTF-8 encoding for file names, N otherwise.
/fs/ext4/
Dsuper.c2030 const struct ext4_sb_encodings **encoding, in ext4_sb_read_encoding() argument
2043 *encoding = &ext4_sb_encoding_map[i]; in ext4_sb_read_encoding()
4174 struct unicode_map *encoding; in ext4_fill_super() local
4184 encoding = utf8_load(encoding_info->version); in ext4_fill_super()
4185 if (IS_ERR(encoding)) { in ext4_fill_super()
4197 sb->s_encoding = encoding; in ext4_fill_super()
/fs/nls/
DKconfig617 input/output character sets. Say Y here for the UTF-8 encoding of