Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmbdirect.h149 bool need_invalidate; member
156 bool writing, bool need_invalidate);
H A Dsmbdirect.c2215 bool writing, bool need_invalidate) in smbd_register_mr() argument
2239 smbdirect_mr->need_invalidate = need_invalidate; in smbd_register_mr()
2333 if (smbdirect_mr->need_invalidate) { in smbd_deregister_mr()
2351 smbdirect_mr->need_invalidate = false; in smbd_deregister_mr()
H A Dsmb2pdu.c4468 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req() local
4471 true, need_invalidate); in smb2_new_read_req()
4476 if (need_invalidate) in smb2_new_read_req()
5013 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev() local
5016 false, need_invalidate); in smb2_async_writev()
5026 if (need_invalidate) in smb2_async_writev()
/linux/fs/smb/server/
H A Dtransport_tcp.c424 int nvecs, int size, bool need_invalidate, in ksmbd_tcp_writev() argument
H A Dtransport_rdma.c1209 bool need_invalidate, unsigned int remote_key) in smb_direct_writev() argument
1229 smb_direct_send_ctx_init(st, &send_ctx, need_invalidate, remote_key); in smb_direct_writev()