Lines Matching refs:clnt

79 	struct rpc_clnt *clnt;  member
904 dentry = rpc_mkpipe_dentry(dir, p->name, p->clnt, p->pipe); in gss_pipe_dentry_create()
916 static struct gss_pipe *gss_pipe_alloc(struct rpc_clnt *clnt, in gss_pipe_alloc() argument
932 p->clnt = clnt; in gss_pipe_alloc()
945 struct rpc_clnt *clnt; member
970 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops); in gss_pipe_alloc_pdo()
976 static struct gss_pipe *gss_pipe_get(struct rpc_clnt *clnt, in gss_pipe_get() argument
980 struct net *net = rpc_net_ns(clnt); in gss_pipe_get()
983 .clnt = clnt, in gss_pipe_get()
989 &clnt->cl_pipedir_objects, in gss_pipe_get()
1000 struct rpc_clnt *clnt = p->clnt; in __gss_pipe_free() local
1001 struct net *net = rpc_net_ns(clnt); in __gss_pipe_free()
1004 &clnt->cl_pipedir_objects, in __gss_pipe_free()
1028 gss_create_new(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create_new() argument
1047 gss_auth->client = clnt; in gss_create_new()
1048 gss_auth->net = get_net_track(rpc_net_ns(clnt), &gss_auth->ns_tracker, in gss_create_new()
1082 gss_pipe = gss_pipe_get(clnt, "gssd", &gss_upcall_ops_v1); in gss_create_new()
1089 gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name, in gss_create_new()
1174 struct rpc_clnt *clnt, in gss_auth_find_or_add_hashed() argument
1178 unsigned long hashval = (unsigned long)clnt; in gss_auth_find_or_add_hashed()
1185 if (gss_auth->client != clnt) in gss_auth_find_or_add_hashed()
1211 struct rpc_clnt *clnt) in gss_create_hashed() argument
1216 gss_auth = gss_auth_find_or_add_hashed(args, clnt, NULL); in gss_create_hashed()
1219 new = gss_create_new(args, clnt); in gss_create_hashed()
1222 gss_auth = gss_auth_find_or_add_hashed(args, clnt, new); in gss_create_hashed()
1230 gss_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create() argument
1233 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()
1235 while (clnt != clnt->cl_parent) { in gss_create()
1236 struct rpc_clnt *parent = clnt->cl_parent; in gss_create()
1240 clnt = parent; in gss_create()
1243 gss_auth = gss_create_hashed(args, clnt); in gss_create()