Home
last modified time | relevance | path

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

/Linux-v6.6/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()
322 .rpc_resp = res, in _nfs42_proc_copy()
571 msg.rpc_resp = &data->res; in nfs42_do_offload_cancel_async()
593 .rpc_resp = res, in _nfs42_proc_copy_notify()
676 .rpc_resp = &res, in _nfs42_proc_llseek()
857 .rpc_resp = &data->res, in nfs42_proc_layoutstats_generic()
1036 msg.rpc_resp = &data->res; in nfs42_proc_layouterror()
1071 msg->rpc_resp = &res; in _nfs42_proc_clone()
1177 .rpc_resp = &res, in _nfs42_proc_removexattr()
1211 .rpc_resp = &res, in _nfs42_proc_setxattr()
[all …]
Dnfs3acl.c60 .rpc_resp = &res, in nfs3_get_acl()
175 .rpc_resp = &fattr, in __nfs3_proc_setacls()
219 msg.rpc_resp = fattr; in __nfs3_proc_setacls()
Dnfs4proc.c2393 .rpc_resp = &data->c_res, in _nfs4_proc_open_confirm()
2562 .rpc_resp = o_res, in nfs4_run_open_task()
3303 .rpc_resp = res, in _nfs4_do_setattr()
3784 msg.rpc_resp = &calldata->res; in nfs4_do_close()
3846 .rpc_resp = &res, in _nfs4_server_capabilities()
4086 .rpc_resp = &res, in _nfs4_lookup_root()
4309 .rpc_resp = &res, in _nfs4_proc_getattr()
4423 .rpc_resp = &res, in _nfs4_proc_lookup()
4545 .rpc_resp = &res, in _nfs4_proc_lookupp()
4593 .rpc_resp = &res, in _nfs4_proc_access()
[all …]
Dunlink.c93 .rpc_resp = &data->res, in nfs_do_call_unlink()
365 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.c854 .rpc_resp = &hdr->res, in nfs_initiate_pgio()
Dwrite.c1692 .rpc_resp = &data->res, in nfs_initiate_commit()
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c6128 struct ksmbd_rpc_command *rpc_resp; in smb2_read_pipe() local
6136 rpc_resp = ksmbd_rpc_read(work->sess, id); in smb2_read_pipe()
6137 if (rpc_resp) { in smb2_read_pipe()
6140 if (rpc_resp->flags != KSMBD_RPC_OK) { in smb2_read_pipe()
6146 kvmalloc(rpc_resp->payload_sz, GFP_KERNEL); in smb2_read_pipe()
6152 memcpy(aux_payload_buf, rpc_resp->payload, rpc_resp->payload_sz); in smb2_read_pipe()
6154 nbytes = rpc_resp->payload_sz; in smb2_read_pipe()
6160 kvfree(rpc_resp); in smb2_read_pipe()
6179 kvfree(rpc_resp); in smb2_read_pipe()
6407 struct ksmbd_rpc_command *rpc_resp; in smb2_write_pipe() local
[all …]
/Linux-v6.6/fs/lockd/
Dclntproc.c272 .rpc_resp = resp, in nlmclnt_call()
388 .rpc_resp = &req->a_res, in nlm_async_call()
413 .rpc_resp = &req->a_res, in nlmclnt_async_call()
Dmon.c106 .rpc_resp = res, in nsm_mon_unmon()
/Linux-v6.6/include/linux/sunrpc/
Dsched.h28 void * rpc_resp; /* Result */ member
/Linux-v6.6/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c297 .rpc_resp = &res, in gssp_accept_sec_context_upcall()
/Linux-v6.6/net/sunrpc/
Drpcb_clnt.c410 msg->rpc_resp = &result; in rpcb_register_call()
626 .rpc_resp = map, in rpcb_call_async()
Dauth.c801 return decode(task->tk_rqstp, xdr, task->tk_msg.rpc_resp); in rpcauth_unwrap_resp_decode()
Dclnt.c1187 task->tk_msg.rpc_resp = msg->rpc_resp; in rpc_task_set_rpc_message()
/Linux-v6.6/fs/nfsd/
Dnfs4callback.c1439 cb->cb_msg.rpc_resp = cb; in nfsd4_init_cb()