Searched defs:rpc_clnt (Results 1 – 5 of 5) sorted by relevance
44 struct rpc_clnt { struct45 refcount_t cl_count; /* Number of references */46 unsigned int cl_clid; /* client id */47 struct list_head cl_clients; /* Global list of clients */48 struct list_head cl_tasks; /* List of tasks */49 atomic_t cl_pid; /* task PID counter */50 spinlock_t cl_lock; /* spinlock */51 struct rpc_xprt __rcu * cl_xprt; /* transport */52 const struct rpc_procinfo *cl_procinfo; /* procedure info */53 u32 cl_prog, /* RPC program number */[all …]
60 struct rpc_clnt *rpc_clnt, const struct cred *cred, in nfsd_open_local_fh()
132 struct rpc_clnt *rpc_clnt, const struct cred *cred, in nfs_open_local_fh()
52 struct rpc_clnt *rpc_clnt; member
853 int (*fn)(struct rpc_clnt *, struct rpc_xprt *, void *), in rpc_clnt_iterate_for_each_xprt()3072 int (*setup)(struct rpc_clnt *, in rpc_clnt_add_xprt()