Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A 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()
H A Dnfs40proc.c193 .rpc_resp = &res, in _nfs40_proc_get_locations()
236 .rpc_resp = &res, in _nfs40_proc_fsid_present()
333 msg.rpc_resp = &data->res; in nfs4_release_lockowner()
H A Dnfs4proc.c2452 .rpc_resp = &data->c_res, in _nfs4_proc_open_confirm()
2620 .rpc_resp = o_res, in nfs4_run_open_task()
3332 .rpc_resp = res, in _nfs4_do_setattr()
3822 msg.rpc_resp = &calldata->res; in nfs4_do_close()
3912 .rpc_resp = &res, in _nfs4_server_capabilities()
4206 .rpc_resp = &res, in _nfs4_lookup_root()
4454 .rpc_resp = &res, in _nfs4_proc_getattr()
4617 .rpc_resp = &res, in _nfs4_proc_lookup()
4746 .rpc_resp = &res, in _nfs4_proc_lookupp()
4804 .rpc_resp = &res, in _nfs4_proc_access()
[all …]
H A Dmount_clnt.c151 .rpc_resp = &result, in nfs_mount()
H A Dnfs4session.c360 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp; in nfs41_assign_slot()
H A Dwrite.c1644 .rpc_resp = &data->res, in nfs_initiate_commit()
/linux/fs/lockd/
H A Dclntproc.c273 .rpc_resp = resp, in nlmclnt_call()
389 .rpc_resp = &req->a_res, in nlm_async_call()
414 .rpc_resp = &req->a_res, in nlmclnt_async_call()
/linux/fs/smb/server/
H A Dsmb2pdu.c8605 struct ksmbd_rpc_command *rpc_resp; in smb2_read_pipe() local
8613 rpc_resp = ksmbd_rpc_read(work->sess, id); in smb2_read_pipe()
8614 if (rpc_resp) { in smb2_read_pipe()
8617 if (rpc_resp->flags != KSMBD_RPC_OK) { in smb2_read_pipe()
8623 kvmalloc(rpc_resp->payload_sz, KSMBD_DEFAULT_GFP); in smb2_read_pipe()
8629 memcpy(aux_payload_buf, rpc_resp->payload, rpc_resp->payload_sz); in smb2_read_pipe()
8631 nbytes = rpc_resp->payload_sz; in smb2_read_pipe()
8639 kvfree(rpc_resp); in smb2_read_pipe()
8658 kvfree(rpc_resp); in smb2_read_pipe()
9216 struct ksmbd_rpc_command *rpc_resp; in smb2_write_pipe() local
[all …]
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c291 .rpc_resp = &res, in gssp_accept_sec_context_upcall()
/linux/net/sunrpc/
H A Drpcb_clnt.c410 msg->rpc_resp = &result; in rpcb_register_call()
630 .rpc_resp = map, in rpcb_call_async()
H A Dauth.c798 return decode(task->tk_rqstp, xdr, task->tk_msg.rpc_resp); in rpcauth_unwrap_resp_decode()
H A Dclnt.c1228 task->tk_msg.rpc_resp = msg->rpc_resp; in rpc_task_set_rpc_message()
/linux/fs/nfsd/
H A Dnfs4callback.c1905 cb->cb_msg.rpc_resp = cb; in nfsd4_init_cb()