Home
last modified time | relevance | path

Searched refs:rpc_resp (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.15/fs/nfs/
Dnfs3proc.c66 .rpc_resp = info, in do_proc_get_root()
76 msg.rpc_resp = info->fattr; in do_proc_get_root()
109 .rpc_resp = fattr, in nfs3_proc_getattr()
137 .rpc_resp = fattr, in nfs3_proc_setattr()
172 .rpc_resp = &res, in __nfs3_proc_lookup()
186 msg.rpc_resp = fattr; in __nfs3_proc_lookup()
235 .rpc_resp = &res, in nfs3_proc_access()
275 msg.rpc_resp = fattr; in nfs3_proc_readlink()
306 data->msg.rpc_resp = &data->res; in nfs3_alloc_createdata()
443 .rpc_resp = &res, in nfs3_proc_remove()
[all …]
Dproc.c62 .rpc_resp = fattr, in nfs_proc_get_root()
77 msg.rpc_resp = &fsinfo; in nfs_proc_get_root()
109 .rpc_resp = fattr, in nfs_proc_getattr()
137 .rpc_resp = fattr, in nfs_proc_setattr()
172 .rpc_resp = &res, in nfs_proc_lookup()
256 msg.rpc_resp = &data->res; in nfs_proc_create()
296 msg.rpc_resp = &data->res; in nfs_proc_mknod()
463 msg.rpc_resp = &data->res; in nfs_proc_mkdir()
538 .rpc_resp = &fsinfo, in nfs_proc_statfs()
566 .rpc_resp = &fsinfo, in nfs_proc_fsinfo()
Dnfs42proc.c62 msg->rpc_resp = &res; in _nfs42_proc_fallocate()
312 .rpc_resp = res, in _nfs42_proc_copy()
557 msg.rpc_resp = &data->res; in nfs42_do_offload_cancel_async()
579 .rpc_resp = res, in _nfs42_proc_copy_notify()
658 .rpc_resp = &res, in _nfs42_proc_llseek()
838 .rpc_resp = &data->res, in nfs42_proc_layoutstats_generic()
1017 msg.rpc_resp = &data->res; in nfs42_proc_layouterror()
1051 msg->rpc_resp = &res; in _nfs42_proc_clone()
1150 .rpc_resp = &res, in _nfs42_proc_removexattr()
1179 .rpc_resp = &res, in _nfs42_proc_setxattr()
[all …]
Dnfs3acl.c61 .rpc_resp = &res, in nfs3_get_acl()
176 .rpc_resp = &fattr, in __nfs3_proc_setacls()
220 msg.rpc_resp = fattr; in __nfs3_proc_setacls()
Dnfs4proc.c2395 .rpc_resp = &data->c_res, in _nfs4_proc_open_confirm()
2560 .rpc_resp = o_res, in nfs4_run_open_task()
3306 .rpc_resp = res, in _nfs4_do_setattr()
3792 msg.rpc_resp = &calldata->res; in nfs4_do_close()
3854 .rpc_resp = &res, in _nfs4_server_capabilities()
3967 .rpc_resp = &res, in _nfs4_lookup_root()
4194 .rpc_resp = &res, in _nfs4_proc_getattr()
4316 .rpc_resp = &res, in _nfs4_proc_lookup()
4441 .rpc_resp = &res, in _nfs4_proc_lookupp()
4488 .rpc_resp = &res, in _nfs4_proc_access()
[all …]
Dunlink.c93 .rpc_resp = &data->res, in nfs_do_call_unlink()
355 msg.rpc_resp = &data->res; in nfs_async_rename()
Dmount_clnt.c156 .rpc_resp = &result, in nfs_mount()
Dnfs4session.c360 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp; in nfs41_assign_slot()
Dpagelist.c763 .rpc_resp = &hdr->res, in nfs_initiate_pgio()
Dwrite.c1696 .rpc_resp = &data->res, in nfs_initiate_commit()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.c6044 struct ksmbd_rpc_command *rpc_resp; in smb2_read_pipe() local
6051 rpc_resp = ksmbd_rpc_read(work->sess, id); in smb2_read_pipe()
6052 if (rpc_resp) { in smb2_read_pipe()
6053 if (rpc_resp->flags != KSMBD_RPC_OK) { in smb2_read_pipe()
6059 kvmalloc(rpc_resp->payload_sz, GFP_KERNEL | __GFP_ZERO); in smb2_read_pipe()
6065 memcpy(work->aux_payload_buf, rpc_resp->payload, in smb2_read_pipe()
6066 rpc_resp->payload_sz); in smb2_read_pipe()
6068 nbytes = rpc_resp->payload_sz; in smb2_read_pipe()
6071 kvfree(rpc_resp); in smb2_read_pipe()
6086 kvfree(rpc_resp); in smb2_read_pipe()
[all …]
/Linux-v5.15/fs/lockd/
Dclntproc.c269 .rpc_resp = resp, in nlmclnt_call()
385 .rpc_resp = &req->a_res, in nlm_async_call()
410 .rpc_resp = &req->a_res, in nlmclnt_async_call()
Dmon.c106 .rpc_resp = res, in nsm_mon_unmon()
/Linux-v5.15/include/linux/sunrpc/
Dsched.h28 void * rpc_resp; /* Result */ member
/Linux-v5.15/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c296 .rpc_resp = &res, in gssp_accept_sec_context_upcall()
/Linux-v5.15/net/sunrpc/
Drpcb_clnt.c387 msg->rpc_resp = &result; in rpcb_register_call()
603 .rpc_resp = map, in rpcb_call_async()
Dauth.c792 return decode(task->tk_rqstp, xdr, task->tk_msg.rpc_resp); in rpcauth_unwrap_resp_decode()
Dclnt.c1105 task->tk_msg.rpc_resp = msg->rpc_resp; in rpc_task_set_rpc_message()
/Linux-v5.15/fs/nfsd/
Dnfs4callback.c1366 cb->cb_msg.rpc_resp = cb; in nfsd4_init_cb()