Lines Matching refs:clnt

63 	struct rpc_clnt *clnt;  member
872 dentry = rpc_mkpipe_dentry(dir, p->name, p->clnt, p->pipe); in gss_pipe_dentry_create()
884 static struct gss_pipe *gss_pipe_alloc(struct rpc_clnt *clnt, in gss_pipe_alloc() argument
900 p->clnt = clnt; in gss_pipe_alloc()
913 struct rpc_clnt *clnt; member
938 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops); in gss_pipe_alloc_pdo()
944 static struct gss_pipe *gss_pipe_get(struct rpc_clnt *clnt, in gss_pipe_get() argument
948 struct net *net = rpc_net_ns(clnt); in gss_pipe_get()
951 .clnt = clnt, in gss_pipe_get()
957 &clnt->cl_pipedir_objects, in gss_pipe_get()
968 struct rpc_clnt *clnt = p->clnt; in __gss_pipe_free() local
969 struct net *net = rpc_net_ns(clnt); in __gss_pipe_free()
972 &clnt->cl_pipedir_objects, in __gss_pipe_free()
996 gss_create_new(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create_new() argument
1015 gss_auth->client = clnt; in gss_create_new()
1016 gss_auth->net = get_net(rpc_net_ns(clnt)); in gss_create_new()
1048 gss_pipe = gss_pipe_get(clnt, "gssd", &gss_upcall_ops_v1); in gss_create_new()
1055 gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name, in gss_create_new()
1140 struct rpc_clnt *clnt, in gss_auth_find_or_add_hashed() argument
1144 unsigned long hashval = (unsigned long)clnt; in gss_auth_find_or_add_hashed()
1151 if (gss_auth->client != clnt) in gss_auth_find_or_add_hashed()
1177 struct rpc_clnt *clnt) in gss_create_hashed() argument
1182 gss_auth = gss_auth_find_or_add_hashed(args, clnt, NULL); in gss_create_hashed()
1185 new = gss_create_new(args, clnt); in gss_create_hashed()
1188 gss_auth = gss_auth_find_or_add_hashed(args, clnt, new); in gss_create_hashed()
1196 gss_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create() argument
1199 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()
1201 while (clnt != clnt->cl_parent) { in gss_create()
1202 struct rpc_clnt *parent = clnt->cl_parent; in gss_create()
1206 clnt = parent; in gss_create()
1209 gss_auth = gss_create_hashed(args, clnt); in gss_create()