Lines Matching refs:kstrdup
301 new_ctx->field = kstrdup(ctx->field, GFP_ATOMIC); \
416 orig = opts = kstrdup(options, GFP_KERNEL);
432 *val = kstrdup(nval, GFP_KERNEL);
450 * @gfp indicates the GFP_* flags for kstrdup.
481 s = kstrdup(prepath, gfp);
876 ses->password = kstrdup(ctx->password, GFP_KERNEL);
1234 fc->source = kstrdup(ctx->source, GFP_KERNEL);
1256 ctx->username = kstrdup(param->string, GFP_KERNEL);
1268 ctx->password = kstrdup(param->string, GFP_KERNEL);
1295 ctx->domainname = kstrdup(param->string, GFP_KERNEL);
1319 ctx->iocharset = kstrdup(param->string, GFP_KERNEL);