Searched refs:encoding (Results 1 – 6 of 6) sorted by relevance
19 converting between the encoding that is used for user visible20 filenames and the UTF-16 character encoding that the exFAT
277 const struct f2fs_sb_encodings **encoding, in f2fs_sb_read_encoding() argument290 *encoding = &f2fs_sb_encoding_map[i]; in f2fs_sb_read_encoding()4143 struct unicode_map *encoding; in f2fs_setup_casefold() local4153 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()
915 F2FS_GENERAL_RO_ATTR(encoding);1054 ATTR_LIST(encoding),
115 Say Y if you use UTF-8 encoding for file names, N otherwise.
2030 const struct ext4_sb_encodings **encoding, in ext4_sb_read_encoding() argument2043 *encoding = &ext4_sb_encoding_map[i]; in ext4_sb_read_encoding()4174 struct unicode_map *encoding; in ext4_fill_super() local4184 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()
617 input/output character sets. Say Y here for the UTF-8 encoding of