Lines Matching refs:kstrdup
335 new_ctx->field = kstrdup(ctx->field, GFP_ATOMIC); \
452 orig = opts = kstrdup(options, GFP_KERNEL); in smb3_parse_opt()
468 *val = kstrdup(nval, GFP_KERNEL); in smb3_parse_opt()
517 s = kstrdup(prepath, gfp); in cifs_sanitize_prepath()
922 ses->password = kstrdup(ctx->password, GFP_KERNEL); in smb3_reconfigure()
926 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL); in smb3_reconfigure()
1280 fc->source = kstrdup(ctx->source, GFP_KERNEL); in smb3_fs_context_parse_param()
1302 ctx->username = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1314 ctx->password = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1326 ctx->password2 = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1353 ctx->domainname = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1377 ctx->iocharset = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()