Searched refs:rpc_allocate (Results 1 – 6 of 6) sorted by relevance
28 if (!(auth = (struct rpc_auth *) rpc_allocate(0, sizeof(*auth)))) in nul_create()55 if (!(cred = (struct rpc_cred *) rpc_allocate(flags, sizeof(*cred)))) in nul_create_cred()
44 if (!(auth = (struct rpc_auth *) rpc_allocate(0, sizeof(*auth)))) in unx_create()73 if (!(cred = (struct unx_cred *) rpc_allocate(flags, sizeof(*cred)))) in unx_create_cred()
25 EXPORT_SYMBOL(rpc_allocate);
696 rpc_allocate(unsigned int flags, unsigned int size) in rpc_allocate() function792 task = (struct rpc_task *) rpc_allocate(flags, sizeof(*task)); in rpc_new_task()
86 clnt = (struct rpc_clnt *) rpc_allocate(0, sizeof(*clnt)); in rpc_create_client()
188 void * rpc_allocate(unsigned int flags, unsigned int);200 return rpc_allocate(task->tk_flags, size); in rpc_malloc()