Home
last modified time | relevance | path

Searched refs:need_invalidate (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dsmbdirect.h298 bool need_invalidate; member
305 bool writing, bool need_invalidate);
H A Dsmbdirect.c2249 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 Dsmb2pdu.c4436 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req() local
4439 true, need_invalidate); in smb2_new_read_req()
4444 if (need_invalidate) in smb2_new_read_req()
4891 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev() local
4894 false, need_invalidate); in smb2_async_writev()
4903 if (need_invalidate) in smb2_async_writev()
H A Dfile.c3437 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 Dtransport_tcp.c385 int nvecs, int size, bool need_invalidate, in ksmbd_tcp_writev() argument
H A Dtransport_rdma.c1228 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()