Lines Matching refs:kstrdup
293 new_ctx->field = kstrdup(ctx->field, GFP_ATOMIC); \
406 orig = opts = kstrdup(options, GFP_KERNEL); in smb3_parse_opt()
422 *val = kstrdup(nval, GFP_KERNEL); in smb3_parse_opt()
485 ctx->prepath = kstrdup(pos, GFP_KERNEL); in smb3_parse_devname()
530 ctx->mount_options = kstrdup(data, GFP_KERNEL); in smb3_fs_context_parse_monolithic()
1065 ctx->source = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1070 fc->source = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1090 ctx->username = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1102 ctx->password = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1129 ctx->domainname = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1153 ctx->iocharset = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()