Lines Matching defs:new
399 * - creates a new record if one doesn't yet exist
403 struct nfs_client *clp, *new = NULL;
419 if (new)
420 new->rpc_ops->free_client(new);
425 if (new) {
426 list_add_tail(&new->cl_share_link,
429 return rpc_ops->init_client(new, cl_init);
434 new = rpc_ops->alloc_client(cl_init);
435 } while (!IS_ERR(new));
437 return new;