Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sunrpc/
A 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 *);
A Dclnt.h197 const struct rpc_call_ops *tk_ops,
/linux-6.3-rc2/fs/lockd/
A Dclntproc.c35 static const struct rpc_call_ops nlmclnt_unlock_ops;
36 static const struct rpc_call_ops nlmclnt_cancel_ops;
340 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call()
368 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in nlm_do_async_call()
382 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
391 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
407 …nc_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call()
748 static const struct rpc_call_ops nlmclnt_unlock_ops = {
824 static const struct rpc_call_ops nlmclnt_cancel_ops = {
A Dsvclock.c50 static const struct rpc_call_ops nlmsvc_grant_ops;
944 static const struct rpc_call_ops nlmsvc_grant_ops = {
A Dsvc4proc.c290 static const struct rpc_call_ops nlm4svc_callback_ops = {
A Dsvcproc.c323 static const struct rpc_call_ops nlmsvc_callback_ops = {
/linux-6.3-rc2/include/linux/lockd/
A 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-6.3-rc2/fs/nfs/
A Dunlink.c83 static const struct rpc_call_ops nfs_unlink_ops = {
321 static const struct rpc_call_ops nfs_rename_ops = {
A Dpagelist.c33 static const struct rpc_call_ops nfs_pgio_common_ops;
847 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio()
1575 static const struct rpc_call_ops nfs_pgio_common_ops = {
A Dinternal.h300 const struct rpc_call_ops *call_ops, int how, int flags);
509 const struct rpc_call_ops *call_ops,
A Dnfs4proc.c1001 static const struct rpc_call_ops nfs41_call_sync_ops = {
1118 static const struct rpc_call_ops nfs40_call_sync_ops = {
2377 static const struct rpc_call_ops nfs4_open_confirm_ops = {
2545 static const struct rpc_call_ops nfs4_open_ops = {
3707 static const struct rpc_call_ops nfs4_close_ops = {
5741 static const struct rpc_call_ops nfs4_renew_ops = {
6404 static const struct rpc_call_ops nfs4_setclientid_ops = {
6636 static const struct rpc_call_ops nfs4_delegreturn_ops = {
6952 static const struct rpc_call_ops nfs4_locku_ops = {
7211 static const struct rpc_call_ops nfs4_lock_ops = {
[all …]
A Dnfs42proc.c531 static const struct rpc_call_ops nfs42_offload_cancel_ops = {
843 static const struct rpc_call_ops nfs42_layoutstat_ops = {
999 static const struct rpc_call_ops nfs42_layouterror_ops = {
A Dwrite.c57 static const struct rpc_call_ops nfs_commit_ops;
1682 const struct rpc_call_ops *call_ops, in nfs_initiate_commit()
1909 static const struct rpc_call_ops nfs_commit_ops = {
A Dnfs4_fs.h75 const struct rpc_call_ops *call_sync_ops;
A 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-6.3-rc2/include/linux/
A Dnfs_page.h103 const struct rpc_call_ops *pg_rpc_callops;
A Dnfs_xdr.h1616 const struct rpc_call_ops *mds_ops;
1682 const struct rpc_call_ops *mds_ops;
/linux-6.3-rc2/fs/nfs/flexfilelayout/
A 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-6.3-rc2/fs/nfs/filelayout/
A 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-6.3-rc2/net/sunrpc/
A 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 = {
A Drpcb_clnt.c142 static const struct rpc_call_ops rpcb_getport_ops = {
A Dsched.c892 void rpc_release_calldata(const struct rpc_call_ops *ops, void *calldata) in rpc_release_calldata()
/linux-6.3-rc2/fs/nfsd/
A Dnfs4callback.c1062 static const struct rpc_call_ops nfsd4_cb_probe_ops = {
1286 static const struct rpc_call_ops nfsd4_cb_ops = {

Completed in 98 milliseconds