Home
last modified time | relevance | path

Searched refs:rpc_call_ops (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dsched.h31 struct rpc_call_ops;
61 const struct rpc_call_ops *tk_ops;
93 struct rpc_call_ops { struct
104 const struct rpc_call_ops *callback_ops; argument
209 const struct rpc_call_ops *ops);
214 void rpc_release_calldata(const struct rpc_call_ops *, void *);
Dclnt.h165 const struct rpc_call_ops *tk_ops,
/linux-4.1.27/fs/lockd/
Dclntproc.c33 static const struct rpc_call_ops nlmclnt_unlock_ops;
34 static const struct rpc_call_ops nlmclnt_cancel_ops;
327 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call()
355 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in nlm_do_async_call()
369 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
378 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
394 …sync_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call()
733 static const struct rpc_call_ops nlmclnt_unlock_ops = {
811 static const struct rpc_call_ops nlmclnt_cancel_ops = {
Dsvclock.c48 static const struct rpc_call_ops nlmsvc_grant_ops;
854 static const struct rpc_call_ops nlmsvc_grant_ops = {
Dsvc4proc.c236 static const struct rpc_call_ops nlm4svc_callback_ops = {
Dsvcproc.c277 static const struct rpc_call_ops nlmsvc_callback_ops = {
/linux-4.1.27/net/sunrpc/
Dbc_svc.c39 static const struct rpc_call_ops nfs41_callback_ops = {
Dclnt.c938 static const struct rpc_call_ops rpc_default_ops = {
1010 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async()
1037 const struct rpc_call_ops *tk_ops) in rpc_run_bc_task()
Dsched.c709 void rpc_release_calldata(const struct rpc_call_ops *ops, void *calldata) in rpc_release_calldata()
Drpcb_clnt.c143 static const struct rpc_call_ops rpcb_getport_ops = {
/linux-4.1.27/include/linux/lockd/
Dlockd.h205 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
206 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
/linux-4.1.27/include/linux/
Dnfs_page.h95 const struct rpc_call_ops *pg_rpc_callops;
Dnfs_xdr.h1330 const struct rpc_call_ops *mds_ops;
1396 const struct rpc_call_ops *mds_ops;
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c1183 static const struct rpc_call_ops ff_layout_read_call_ops_v3 = {
1190 static const struct rpc_call_ops ff_layout_read_call_ops_v4 = {
1197 static const struct rpc_call_ops ff_layout_write_call_ops_v3 = {
1204 static const struct rpc_call_ops ff_layout_write_call_ops_v4 = {
1211 static const struct rpc_call_ops ff_layout_commit_call_ops_v3 = {
1218 static const struct rpc_call_ops ff_layout_commit_call_ops_v4 = {
/linux-4.1.27/fs/nfs/
Dunlink.c111 static const struct rpc_call_ops nfs_unlink_ops = {
388 static const struct rpc_call_ops nfs_rename_ops = {
Dinternal.h254 const struct rpc_call_ops *call_ops, int how, int flags);
446 const struct rpc_call_ops *call_ops,
Dpagelist.c30 static const struct rpc_call_ops nfs_pgio_common_ops;
618 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio()
1303 static const struct rpc_call_ops nfs_pgio_common_ops = {
Dnfs4proc.c812 static const struct rpc_call_ops nfs41_call_sync_ops = {
850 static const struct rpc_call_ops nfs40_call_sync_ops = {
1797 static const struct rpc_call_ops nfs4_open_confirm_ops = {
1957 static const struct rpc_call_ops nfs4_open_ops = {
2760 static const struct rpc_call_ops nfs4_close_ops = {
4396 static const struct rpc_call_ops nfs4_renew_ops = {
5035 static const struct rpc_call_ops nfs4_setclientid_ops = {
5217 static const struct rpc_call_ops nfs4_delegreturn_ops = {
5482 static const struct rpc_call_ops nfs4_locku_ops = {
5736 static const struct rpc_call_ops nfs4_lock_ops = {
[all …]
Dnfs4_fs.h62 const struct rpc_call_ops *call_sync_ops;
Dpnfs.c1874 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data()
1897 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write()
1992 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data()
2024 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read()
Dwrite.c45 static const struct rpc_call_ops nfs_commit_ops;
1542 const struct rpc_call_ops *call_ops, in nfs_initiate_commit()
1742 static const struct rpc_call_ops nfs_commit_ops = {
/linux-4.1.27/fs/nfs/filelayout/
Dfilelayout.c444 static const struct rpc_call_ops filelayout_read_call_ops = {
451 static const struct rpc_call_ops filelayout_write_call_ops = {
458 static const struct rpc_call_ops filelayout_commit_call_ops = {
/linux-4.1.27/fs/nfsd/
Dnfs4callback.c815 static const struct rpc_call_ops nfsd4_cb_probe_ops = {
950 static const struct rpc_call_ops nfsd4_cb_ops = {