Home
last modified time | relevance | path

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

/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.c2395 .rpc_resp = &data->c_res, in _nfs4_proc_open_confirm()
2564 .rpc_resp = o_res, in nfs4_run_open_task()
3305 .rpc_resp = res, in _nfs4_do_setattr()
3786 msg.rpc_resp = &calldata->res; in nfs4_do_close()
3848 .rpc_resp = &res, in _nfs4_server_capabilities()
4109 .rpc_resp = &res, in _nfs4_lookup_root()
4332 .rpc_resp = &res, in _nfs4_proc_getattr()
4446 .rpc_resp = &res, in _nfs4_proc_lookup()
4568 .rpc_resp = &res, in _nfs4_proc_lookupp()
4616 .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.c1694 .rpc_resp = &data->res, in nfs_initiate_commit()
/fs/smb/server/
Dsmb2pdu.c6454 struct ksmbd_rpc_command *rpc_resp; in smb2_read_pipe() local
6462 rpc_resp = ksmbd_rpc_read(work->sess, id); in smb2_read_pipe()
6463 if (rpc_resp) { in smb2_read_pipe()
6466 if (rpc_resp->flags != KSMBD_RPC_OK) { in smb2_read_pipe()
6472 kvmalloc(rpc_resp->payload_sz, GFP_KERNEL); in smb2_read_pipe()
6478 memcpy(aux_payload_buf, rpc_resp->payload, rpc_resp->payload_sz); in smb2_read_pipe()
6480 nbytes = rpc_resp->payload_sz; in smb2_read_pipe()
6488 kvfree(rpc_resp); in smb2_read_pipe()
6507 kvfree(rpc_resp); in smb2_read_pipe()
6737 struct ksmbd_rpc_command *rpc_resp; in smb2_write_pipe() local
[all …]
/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()
/fs/nfsd/
Dnfs4callback.c1439 cb->cb_msg.rpc_resp = cb; in nfsd4_init_cb()