Lines Matching defs:rpc_clnt
36 struct rpc_clnt { struct
37 atomic_t cl_count; /* Number of references */
38 unsigned int cl_clid; /* client id */
39 struct list_head cl_clients; /* Global list of clients */
40 struct list_head cl_tasks; /* List of tasks */
41 spinlock_t cl_lock; /* spinlock */
42 struct rpc_xprt __rcu * cl_xprt; /* transport */
66 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument
67 struct rpc_rtt cl_rtt_default;
68 struct rpc_timeout cl_timeout_default;
69 const struct rpc_program *cl_program;
70 const char * cl_principal; /* use for machine cred */
72 struct dentry *cl_debugfs; /* debugfs directory */
77 union {
81 const struct cred *cl_cred;