Home
last modified time | relevance | path

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

/linux-4.4.14/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
213 void rpc_release_calldata(const struct rpc_call_ops *, void *);
Dclnt.h166 const struct rpc_call_ops *tk_ops,
/linux-4.4.14/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()
722 static const struct rpc_call_ops nlmclnt_unlock_ops = {
800 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.4.14/include/linux/lockd/
Dlockd.h206 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
207 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
/linux-4.4.14/include/linux/
Dnfs_page.h94 const struct rpc_call_ops *pg_rpc_callops;
Dnfs_xdr.h1388 const struct rpc_call_ops *mds_ops;
1454 const struct rpc_call_ops *mds_ops;
/linux-4.4.14/fs/nfs/
Dunlink.c111 static const struct rpc_call_ops nfs_unlink_ops = {
388 static const struct rpc_call_ops nfs_rename_ops = {
Dinternal.h250 const struct rpc_call_ops *call_ops, int how, int flags);
462 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()
1301 static const struct rpc_call_ops nfs_pgio_common_ops = {
Dnfs42proc.c240 static const struct rpc_call_ops nfs42_layoutstat_ops = {
Dnfs4proc.c881 static const struct rpc_call_ops nfs41_call_sync_ops = {
919 static const struct rpc_call_ops nfs40_call_sync_ops = {
1914 static const struct rpc_call_ops nfs4_open_confirm_ops = {
2077 static const struct rpc_call_ops nfs4_open_ops = {
2901 static const struct rpc_call_ops nfs4_close_ops = {
4550 static const struct rpc_call_ops nfs4_renew_ops = {
5177 static const struct rpc_call_ops nfs4_setclientid_ops = {
5360 static const struct rpc_call_ops nfs4_delegreturn_ops = {
5614 static const struct rpc_call_ops nfs4_locku_ops = {
5868 static const struct rpc_call_ops nfs4_lock_ops = {
[all …]
Dnfs4_fs.h62 const struct rpc_call_ops *call_sync_ops;
Dwrite.c45 static const struct rpc_call_ops nfs_commit_ops;
1564 const struct rpc_call_ops *call_ops, in nfs_initiate_commit()
1764 static const struct rpc_call_ops nfs_commit_ops = {
Dpnfs.c1950 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data()
1973 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write()
2069 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data()
2101 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c1558 static const struct rpc_call_ops ff_layout_read_call_ops_v3 = {
1565 static const struct rpc_call_ops ff_layout_read_call_ops_v4 = {
1572 static const struct rpc_call_ops ff_layout_write_call_ops_v3 = {
1579 static const struct rpc_call_ops ff_layout_write_call_ops_v4 = {
1586 static const struct rpc_call_ops ff_layout_commit_call_ops_v3 = {
1593 static const struct rpc_call_ops ff_layout_commit_call_ops_v4 = {
/linux-4.4.14/fs/nfs/filelayout/
Dfilelayout.c445 static const struct rpc_call_ops filelayout_read_call_ops = {
452 static const struct rpc_call_ops filelayout_write_call_ops = {
459 static const struct rpc_call_ops filelayout_commit_call_ops = {
/linux-4.4.14/fs/nfsd/
Dnfs4callback.c815 static const struct rpc_call_ops nfsd4_cb_probe_ops = {
1012 static const struct rpc_call_ops nfsd4_cb_ops = {
/linux-4.4.14/net/sunrpc/
Drpcb_clnt.c143 static const struct rpc_call_ops rpcb_getport_ops = {
Dsched.c709 void rpc_release_calldata(const struct rpc_call_ops *ops, void *calldata) in rpc_release_calldata()
Dclnt.c931 static const struct rpc_call_ops rpc_default_ops = {
1003 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async()