Searched refs:nls_io (Results 1 – 3 of 3) sorted by relevance
303 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in nls_uniname_to_cstring()343 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in nls_cstring_to_uniname()
244 struct nls_table *t = EXFAT_SB(dentry->d_sb)->nls_io; in exfat_cmpi()3448 if (sbi->nls_io) in exfat_free_super()3449 unload_nls(sbi->nls_io); in exfat_free_super()3551 if (sbi->nls_io) in exfat_show_options()3552 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in exfat_show_options()3899 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super()
717 struct nls_table *nls_io; /* Charset used for input and display */ member