Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmbdirect.h298 bool need_invalidate; member
305 bool writing, bool need_invalidate);
H A Dsmbdirect.c2248 bool writing, bool need_invalidate) in smbd_register_mr() argument
2271 smbdirect_mr->need_invalidate = need_invalidate; in smbd_register_mr()
2364 if (smbdirect_mr->need_invalidate) { in smbd_deregister_mr()
2382 smbdirect_mr->need_invalidate = false; in smbd_deregister_mr()
H A Dsmb2pdu.c4449 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req() local
4452 true, need_invalidate); in smb2_new_read_req()
4457 if (need_invalidate) in smb2_new_read_req()
4975 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev() local
4978 false, need_invalidate); in smb2_async_writev()
4988 if (need_invalidate) in smb2_async_writev()
/linux-6.15/fs/smb/server/
H A Dtransport_tcp.c389 int nvecs, int size, bool need_invalidate, in ksmbd_tcp_writev() argument
H A Dtransport_rdma.c1229 bool need_invalidate, unsigned int remote_key) in smb_direct_writev() argument
1249 smb_direct_send_ctx_init(st, &send_ctx, need_invalidate, remote_key); in smb_direct_writev()