Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/sunrpc/
Dsched.h32 struct rpc_call_ops;
69 const struct rpc_call_ops *tk_ops; /* Caller callbacks */
99 struct rpc_call_ops { struct
112 const struct rpc_call_ops *callback_ops; argument
217 void rpc_release_calldata(const struct rpc_call_ops *, void *);
Dclnt.h197 const struct rpc_call_ops *tk_ops,
/Linux-v6.1/fs/lockd/
Dclntproc.c34 static const struct rpc_call_ops nlmclnt_unlock_ops;
35 static const struct rpc_call_ops nlmclnt_cancel_ops;
339 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call()
367 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in nlm_do_async_call()
381 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
390 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
406 …nc_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call()
747 static const struct rpc_call_ops nlmclnt_unlock_ops = {
823 static const struct rpc_call_ops nlmclnt_cancel_ops = {
Dsvclock.c50 static const struct rpc_call_ops nlmsvc_grant_ops;
941 static const struct rpc_call_ops nlmsvc_grant_ops = {
Dsvc4proc.c289 static const struct rpc_call_ops nlm4svc_callback_ops = {
Dsvcproc.c322 static const struct rpc_call_ops nlmsvc_callback_ops = {
/Linux-v6.1/include/linux/lockd/
Dlockd.h212 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
213 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
/Linux-v6.1/include/linux/
Dnfs_page.h99 const struct rpc_call_ops *pg_rpc_callops;
Dnfs_xdr.h1616 const struct rpc_call_ops *mds_ops;
1682 const struct rpc_call_ops *mds_ops;
/Linux-v6.1/fs/nfs/
Dunlink.c83 static const struct rpc_call_ops nfs_unlink_ops = {
320 static const struct rpc_call_ops nfs_rename_ops = {
Dpagelist.c32 static const struct rpc_call_ops nfs_pgio_common_ops;
752 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio()
1453 static const struct rpc_call_ops nfs_pgio_common_ops = {
Dinternal.h300 const struct rpc_call_ops *call_ops, int how, int flags);
509 const struct rpc_call_ops *call_ops,
Dnfs4proc.c996 static const struct rpc_call_ops nfs41_call_sync_ops = {
1113 static const struct rpc_call_ops nfs40_call_sync_ops = {
2372 static const struct rpc_call_ops nfs4_open_confirm_ops = {
2540 static const struct rpc_call_ops nfs4_open_ops = {
3703 static const struct rpc_call_ops nfs4_close_ops = {
5735 static const struct rpc_call_ops nfs4_renew_ops = {
6398 static const struct rpc_call_ops nfs4_setclientid_ops = {
6630 static const struct rpc_call_ops nfs4_delegreturn_ops = {
6946 static const struct rpc_call_ops nfs4_locku_ops = {
7204 static const struct rpc_call_ops nfs4_lock_ops = {
[all …]
Dnfs42proc.c530 static const struct rpc_call_ops nfs42_offload_cancel_ops = {
842 static const struct rpc_call_ops nfs42_layoutstat_ops = {
998 static const struct rpc_call_ops nfs42_layouterror_ops = {
Dwrite.c56 static const struct rpc_call_ops nfs_commit_ops;
1680 const struct rpc_call_ops *call_ops, in nfs_initiate_commit()
1906 static const struct rpc_call_ops nfs_commit_ops = {
Dnfs4_fs.h74 const struct rpc_call_ops *call_sync_ops;
Dpnfs.c2874 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data()
2897 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write()
3001 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data()
3042 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read()
/Linux-v6.1/fs/nfs/flexfilelayout/
Dflexfilelayout.c1718 static const struct rpc_call_ops ff_layout_read_call_ops_v3 = {
1725 static const struct rpc_call_ops ff_layout_read_call_ops_v4 = {
1732 static const struct rpc_call_ops ff_layout_write_call_ops_v3 = {
1739 static const struct rpc_call_ops ff_layout_write_call_ops_v4 = {
1746 static const struct rpc_call_ops ff_layout_commit_call_ops_v3 = {
1753 static const struct rpc_call_ops ff_layout_commit_call_ops_v4 = {
1992 const struct rpc_call_ops *ops = task->tk_ops; in ff_layout_match_io()
/Linux-v6.1/fs/nfs/filelayout/
Dfilelayout.c428 static const struct rpc_call_ops filelayout_read_call_ops = {
435 static const struct rpc_call_ops filelayout_write_call_ops = {
442 static const struct rpc_call_ops filelayout_commit_call_ops = {
/Linux-v6.1/net/sunrpc/
Dclnt.c1193 static const struct rpc_call_ops rpc_default_ops = {
1267 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async()
2794 static const struct rpc_call_ops rpc_null_ops = {
2802 const struct rpc_call_ops *ops, void *data) in rpc_call_null_helper()
2884 static const struct rpc_call_ops rpc_cb_add_xprt_call_ops = {
Drpcb_clnt.c142 static const struct rpc_call_ops rpcb_getport_ops = {
Dsched.c892 void rpc_release_calldata(const struct rpc_call_ops *ops, void *calldata) in rpc_release_calldata()
/Linux-v6.1/fs/nfsd/
Dnfs4callback.c988 static const struct rpc_call_ops nfsd4_cb_probe_ops = {
1212 static const struct rpc_call_ops nfsd4_cb_ops = {