Home
last modified time | relevance | path

Searched refs:rpc_clnt (Results 1 – 25 of 37) sorted by relevance

12

/linux-3.4.99/include/linux/sunrpc/
Dclnt.h33 struct rpc_clnt { struct
60 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument
128 struct rpc_clnt *rpc_create(struct rpc_create_args *args);
129 struct rpc_clnt *rpc_bind_new_program(struct rpc_clnt *,
131 void rpc_task_reset_client(struct rpc_task *task, struct rpc_clnt *clnt);
132 struct rpc_clnt *rpc_clone_client(struct rpc_clnt *);
133 void rpc_shutdown_client(struct rpc_clnt *);
134 void rpc_release_client(struct rpc_clnt *);
147 int rpc_call_async(struct rpc_clnt *clnt,
151 int rpc_call_sync(struct rpc_clnt *clnt,
[all …]
Dmetrics.h68 struct rpc_clnt;
76 struct rpc_iostats * rpc_alloc_iostats(struct rpc_clnt *);
79 void rpc_print_iostats(struct seq_file *, struct rpc_clnt *);
84 static inline struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt) { return NULL; } in rpc_alloc_iostats()
87 static inline void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) {} in rpc_print_iostats()
Drpc_pipe_fs.h75 struct rpc_clnt;
76 extern struct dentry *rpc_create_client_dir(struct dentry *, struct qstr *, struct rpc_clnt *);
Dsched.h46 struct rpc_clnt * tk_client; /* RPC client */
112 struct rpc_clnt *rpc_client;
224 void rpc_killall_tasks(struct rpc_clnt *);
Dauth.h97 struct rpc_auth * (*create)(struct rpc_clnt *, rpc_authflavor_t);
136 struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *);
/linux-3.4.99/include/trace/events/
Dsunrpc.h19 __field(const struct rpc_clnt *, clnt)
51 __field(const struct rpc_clnt *, clnt)
66 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
71 __field(const struct rpc_clnt *, clnt)
100 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
108 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
116 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
124 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const struct rpc_wait_queue *q),
129 __field(const struct rpc_clnt *, clnt)
161 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const struct rpc_wait_queue *q),
[all …]
/linux-3.4.99/net/sunrpc/
Dclnt.c80 static int rpc_ping(struct rpc_clnt *clnt);
82 static void rpc_register_client(struct rpc_clnt *clnt) in rpc_register_client()
92 static void rpc_unregister_client(struct rpc_clnt *clnt) in rpc_unregister_client()
102 static void __rpc_clnt_remove_pipedir(struct rpc_clnt *clnt) in __rpc_clnt_remove_pipedir()
112 static void rpc_clnt_remove_pipedir(struct rpc_clnt *clnt) in rpc_clnt_remove_pipedir()
125 struct rpc_clnt *clnt, in rpc_setup_pipedir_sb()
159 rpc_setup_pipedir(struct rpc_clnt *clnt, const char *dir_name) in rpc_setup_pipedir()
179 static inline int rpc_clnt_skip_event(struct rpc_clnt *clnt, unsigned long event) in rpc_clnt_skip_event()
187 static int __rpc_clnt_handle_event(struct rpc_clnt *clnt, unsigned long event, in __rpc_clnt_handle_event()
217 static int __rpc_pipefs_event(struct rpc_clnt *clnt, unsigned long event, in __rpc_pipefs_event()
[all …]
Drpcb_clnt.c181 struct rpc_clnt *clnt = sn->rpcb_local_clnt; in rpcb_put_local()
182 struct rpc_clnt *clnt4 = sn->rpcb_local_clnt4; in rpcb_put_local()
206 static void rpcb_set_local(struct net *net, struct rpc_clnt *clnt, in rpcb_set_local()
207 struct rpc_clnt *clnt4) in rpcb_set_local()
242 struct rpc_clnt *clnt, *clnt4; in rpcb_create_local_unix()
294 struct rpc_clnt *clnt, *clnt4; in rpcb_create_local_net()
348 static struct rpc_clnt *rpcb_create(struct net *net, const char *hostname, in rpcb_create()
379 static int rpcb_register_call(struct rpc_clnt *clnt, struct rpc_message *msg) in rpcb_register_call()
597 static struct rpc_task *rpcb_call_async(struct rpc_clnt *rpcb_clnt, struct rpcbind_args *map, struc… in rpcb_call_async()
622 static struct rpc_clnt *rpcb_find_transport_owner(struct rpc_clnt *clnt) in rpcb_find_transport_owner()
[all …]
Dnetns.h22 struct rpc_clnt *rpcb_local_clnt;
23 struct rpc_clnt *rpcb_local_clnt4;
Dauth_unix.c35 unx_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor) in unx_create()
145 struct rpc_clnt *clnt = task->tk_client; in unx_marshal()
Dstats.c117 struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt) in rpc_alloc_iostats()
180 void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) in rpc_print_iostats()
Dauth_null.c21 nul_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor) in nul_create()
Drpc_pipe.c404 struct rpc_clnt *clnt = m->private; in rpc_show_info()
421 struct rpc_clnt *clnt = NULL; in rpc_info_open()
446 struct rpc_clnt *clnt = (struct rpc_clnt *)m->private; in rpc_info_release()
938 struct rpc_clnt *rpc_client) in rpc_create_client_dir()
/linux-3.4.99/fs/nfs/
Dinternal.h190 extern struct vfsmount *nfs_do_refmount(struct rpc_clnt *client, struct dentry *dentry);
193 struct vfsmount *nfs_do_refmount(struct rpc_clnt *client, struct dentry *dentry) in nfs_do_refmount()
300 extern int nfs_initiate_read(struct nfs_read_data *data, struct rpc_clnt *clnt,
320 struct rpc_clnt *clnt,
325 struct rpc_clnt *clnt,
355 extern int _nfs4_call_sync(struct rpc_clnt *clnt,
361 extern int _nfs4_call_sync_session(struct rpc_clnt *clnt,
Dnfs4_fs.h40 int (*call_sync)(struct rpc_clnt *clnt,
209 struct rpc_clnt *nfs4_create_sec_client(struct rpc_clnt *, struct inode *, struct qstr *);
219 extern int nfs4_proc_fs_locations(struct rpc_clnt *, struct inode *, const struct qstr *,
221 extern struct rpc_clnt *nfs4_proc_lookup_mountpoint(struct inode *, struct qstr *,
Dnfs4namespace.c164 struct rpc_clnt *nfs4_create_sec_client(struct rpc_clnt *clnt, struct inode *inode, in nfs4_create_sec_client()
167 struct rpc_clnt *clone; in nfs4_create_sec_client()
304 struct vfsmount *nfs_do_refmount(struct rpc_clnt *client, struct dentry *dentry) in nfs_do_refmount()
Dnamespace.c160 static struct rpc_clnt *nfs_lookup_mountpoint(struct inode *dir, in nfs_lookup_mountpoint()
176 static inline struct rpc_clnt *nfs_lookup_mountpoint(struct inode *dir, in nfs_lookup_mountpoint()
206 struct rpc_clnt *client; in nfs_d_automount()
Dmount_clnt.c165 struct rpc_clnt *mnt_clnt; in nfs_mount()
242 struct rpc_clnt *clnt; in nfs_umount()
Dnfs3proc.c29 nfs3_rpc_wrapper(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) in nfs3_rpc_wrapper()
58 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root()
145 nfs3_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qstr *name, in nfs3_proc_lookup()
761 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_fsinfo()
/linux-3.4.99/include/linux/
Dnfs_fs_sb.h44 struct rpc_clnt * cl_rpcclient;
103 struct rpc_clnt * client; /* RPC client handle */
104 struct rpc_clnt * client_acl; /* ACL RPC client handle */
/linux-3.4.99/include/linux/lockd/
Dlockd.h47 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */
233 struct rpc_clnt * nlm_bind_host(struct nlm_host *);
/linux-3.4.99/net/sunrpc/auth_gss/
Dauth_gss.c77 struct rpc_clnt *client;
394 struct rpc_clnt *clnt, in gss_encode_v1_msg()
428 struct rpc_clnt *clnt, in gss_encode_msg()
438 gss_alloc_msg(struct gss_auth *gss_auth, struct rpc_clnt *clnt, in gss_alloc_msg()
464 gss_setup_upcall(struct rpc_clnt *clnt, struct gss_auth *gss_auth, struct rpc_cred *cred) in gss_setup_upcall()
775 struct rpc_clnt *clnt; in gss_pipes_dentries_create()
799 static void gss_pipes_dentries_destroy_net(struct rpc_clnt *clnt, in gss_pipes_dentries_destroy_net()
813 static int gss_pipes_dentries_create_net(struct rpc_clnt *clnt, in gss_pipes_dentries_create_net()
834 gss_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor) in gss_create()
/linux-3.4.99/fs/lockd/
Dhost.c174 struct rpc_clnt *clnt; in nlm_destroy_host_locked()
416 struct rpc_clnt *
419 struct rpc_clnt *clnt; in nlm_bind_host()
Dmon.c66 static struct rpc_clnt *nsm_create(struct net *net) in nsm_create()
90 struct rpc_clnt *clnt; in nsm_mon_unmon()
/linux-3.4.99/fs/nfsd/
Dnfs4callback.c650 struct rpc_clnt *client; in setup_callback_client()
847 struct rpc_clnt *current_rpc_client = clp->cl_cb_client; in nfsd4_cb_recall_done()
1002 struct rpc_clnt *clnt; in nfsd4_do_callback_rpc()

12