Lines Matching defs:rpc_clnt
38 struct rpc_clnt { struct
39 refcount_t cl_count; /* Number of references */
40 unsigned int cl_clid; /* client id */
41 struct list_head cl_clients; /* Global list of clients */
42 struct list_head cl_tasks; /* List of tasks */
43 spinlock_t cl_lock; /* spinlock */
44 struct rpc_xprt __rcu * cl_xprt; /* transport */
68 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument
69 struct rpc_rtt cl_rtt_default;
70 struct rpc_timeout cl_timeout_default;
71 const struct rpc_program *cl_program;
72 const char * cl_principal; /* use for machine cred */
74 struct dentry *cl_debugfs; /* debugfs directory */
76 struct rpc_sysfs_client *cl_sysfs; /* sysfs directory */
80 union {
84 const struct cred *cl_cred;
85 unsigned int cl_max_connect; /* max number of transports not to the same IP */