Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfs/
Dnfs3proc.c67 .rpc_resp = info, in do_proc_get_root()
77 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()
171 .rpc_resp = &res, in nfs_proc_lookup()
255 msg.rpc_resp = &data->res; in nfs_proc_create()
295 msg.rpc_resp = &data->res; in nfs_proc_mknod()
462 msg.rpc_resp = &data->res; in nfs_proc_mkdir()
537 .rpc_resp = &fsinfo, in nfs_proc_statfs()
565 .rpc_resp = &fsinfo, in nfs_proc_fsinfo()
Dnfs42proc.c62 msg->rpc_resp = &res; in _nfs42_proc_fallocate()
321 .rpc_resp = res, in _nfs42_proc_copy()
568 msg.rpc_resp = &data->res; in nfs42_do_offload_cancel_async()
590 .rpc_resp = res, in _nfs42_proc_copy_notify()
673 .rpc_resp = &res, in _nfs42_proc_llseek()
854 .rpc_resp = &data->res, in nfs42_proc_layoutstats_generic()
1033 msg.rpc_resp = &data->res; in nfs42_proc_layouterror()
1068 msg->rpc_resp = &res; in _nfs42_proc_clone()
1174 .rpc_resp = &res, in _nfs42_proc_removexattr()
1204 .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.c2388 .rpc_resp = &data->c_res, in _nfs4_proc_open_confirm()
2557 .rpc_resp = o_res, in nfs4_run_open_task()
3295 .rpc_resp = res, in _nfs4_do_setattr()
3776 msg.rpc_resp = &calldata->res; in nfs4_do_close()
3838 .rpc_resp = &res, in _nfs4_server_capabilities()
4076 .rpc_resp = &res, in _nfs4_lookup_root()
4299 .rpc_resp = &res, in _nfs4_proc_getattr()
4413 .rpc_resp = &res, in _nfs4_proc_lookup()
4535 .rpc_resp = &res, in _nfs4_proc_lookupp()
4583 .rpc_resp = &res, in _nfs4_proc_access()
[all …]
Dunlink.c93 .rpc_resp = &data->res, in nfs_do_call_unlink()
364 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.c757 .rpc_resp = &hdr->res, in nfs_initiate_pgio()
Dwrite.c1687 .rpc_resp = &data->res, in nfs_initiate_commit()
/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.c6119 struct ksmbd_rpc_command *rpc_resp; in smb2_read_pipe() local
6126 rpc_resp = ksmbd_rpc_read(work->sess, id); in smb2_read_pipe()
6127 if (rpc_resp) { in smb2_read_pipe()
6128 if (rpc_resp->flags != KSMBD_RPC_OK) { in smb2_read_pipe()
6134 kvmalloc(rpc_resp->payload_sz, GFP_KERNEL | __GFP_ZERO); in smb2_read_pipe()
6140 memcpy(work->aux_payload_buf, rpc_resp->payload, in smb2_read_pipe()
6141 rpc_resp->payload_sz); in smb2_read_pipe()
6143 nbytes = rpc_resp->payload_sz; in smb2_read_pipe()
6146 kvfree(rpc_resp); in smb2_read_pipe()
6161 kvfree(rpc_resp); in smb2_read_pipe()
[all …]
/Linux-v6.1/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-v6.1/include/linux/sunrpc/
Dsched.h28 void * rpc_resp; /* Result */ member
/Linux-v6.1/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c297 .rpc_resp = &res, in gssp_accept_sec_context_upcall()
/Linux-v6.1/net/sunrpc/
Drpcb_clnt.c387 msg->rpc_resp = &result; in rpcb_register_call()
603 .rpc_resp = map, in rpcb_call_async()
Dauth.c796 return decode(task->tk_rqstp, xdr, task->tk_msg.rpc_resp); in rpcauth_unwrap_resp_decode()
Dclnt.c1178 task->tk_msg.rpc_resp = msg->rpc_resp; in rpc_task_set_rpc_message()
/Linux-v6.1/fs/nfsd/
Dnfs4callback.c1365 cb->cb_msg.rpc_resp = cb; in nfsd4_init_cb()