Searched refs:need_invalidate (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | smbdirect.h | 298 bool need_invalidate; member 305 bool writing, bool need_invalidate);
|
H A D | smbdirect.c | 2249 bool writing, bool need_invalidate) in smbd_register_mr() argument 2272 smbdirect_mr->need_invalidate = need_invalidate; in smbd_register_mr() 2365 if (smbdirect_mr->need_invalidate) { in smbd_deregister_mr() 2383 smbdirect_mr->need_invalidate = false; in smbd_deregister_mr()
|
H A D | smb2pdu.c | 4451 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req() local 4454 true, need_invalidate); in smb2_new_read_req() 4459 if (need_invalidate) in smb2_new_read_req() 4906 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev() local 4909 false, need_invalidate); in smb2_async_writev() 4918 if (need_invalidate) in smb2_async_writev()
|
H A D | file.c | 3437 wdata->mr->need_invalidate = true; in cifs_resend_wdata() 4016 rdata->mr->need_invalidate = true; in cifs_resend_rdata()
|
/openbmc/linux/fs/smb/server/ |
H A D | transport_tcp.c | 385 int nvecs, int size, bool need_invalidate, in ksmbd_tcp_writev() argument
|
H A D | transport_rdma.c | 1228 bool need_invalidate, unsigned int remote_key) in smb_direct_writev() argument 1248 smb_direct_send_ctx_init(st, &send_ctx, need_invalidate, remote_key); in smb_direct_writev()
|