Lines Matching refs:kstrdup
294 new_ctx->field = kstrdup(ctx->field, GFP_ATOMIC); \
411 orig = opts = kstrdup(options, GFP_KERNEL); in smb3_parse_opt()
427 *val = kstrdup(nval, GFP_KERNEL); in smb3_parse_opt()
470 return kstrdup(path, GFP_KERNEL); in sanitize_path()
577 ctx->mount_options = kstrdup(data, GFP_KERNEL); in smb3_fs_context_parse_monolithic()
1119 ctx->source = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1124 fc->source = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1144 ctx->username = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1156 ctx->password = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1183 ctx->domainname = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1207 ctx->iocharset = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1475 ctx->workstation_name = kstrdup(nodename, GFP_KERNEL); in smb3_init_fs_context()