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 atomic_t cl_pid; /* task PID counter */
44 spinlock_t cl_lock; /* spinlock */
45 struct rpc_xprt __rcu * cl_xprt; /* transport */
69 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument
70 struct rpc_rtt cl_rtt_default;
71 struct rpc_timeout cl_timeout_default;
72 const struct rpc_program *cl_program;
73 const char * cl_principal; /* use for machine cred */
75 struct dentry *cl_debugfs; /* debugfs directory */
77 struct rpc_sysfs_client *cl_sysfs; /* sysfs directory */
81 union {
85 const struct cred *cl_cred;
86 unsigned int cl_max_connect; /* max number of transports not to the same IP */