Lines Matching refs:iocharset
169 fsparam_string("iocharset", Opt_iocharset),
321 new_ctx->iocharset = NULL;
334 DUP_CTX_STR(iocharset);
824 if (new_ctx->iocharset &&
825 (!old_ctx->iocharset || strcmp(new_ctx->iocharset, old_ctx->iocharset))) {
826 cifs_errorf(fc, "can not change iocharset during remount\n");
865 * workstation_name/nodename/iocharset
880 STEAL_STRING(cifs_sb, ctx, iocharset);
1313 pr_warn("iocharset name too long\n");
1318 kfree(ctx->iocharset);
1319 ctx->iocharset = kstrdup(param->string, GFP_KERNEL);
1320 if (ctx->iocharset == NULL) {
1321 cifs_errorf(fc, "OOM when copying iocharset string\n");
1325 /* if iocharset not set then load_nls_default
1328 cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset);
1685 kfree(ctx->iocharset);
1686 ctx->iocharset = NULL;