Lines Matching defs:new
402 * - creates a new record if one doesn't yet exist
406 struct nfs_client *clp, *new = NULL;
422 if (new)
423 new->rpc_ops->free_client(new);
428 if (new) {
429 list_add_tail(&new->cl_share_link,
432 return rpc_ops->init_client(new, cl_init);
437 new = rpc_ops->alloc_client(cl_init);
438 } while (!IS_ERR(new));
440 return new;