Home
last modified time | relevance | path

Searched refs:need_invalidate (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbdirect.h295 bool need_invalidate; member
302 int offset, int tailsz, bool writing, bool need_invalidate);
H A Dsmbdirect.c2347 * need_invalidate: true if this MR needs to be locally invalidated after I/O
2352 int offset, int tailsz, bool writing, bool need_invalidate) in smbd_register_mr()
2370 smbdirect_mr->need_invalidate = need_invalidate; in smbd_register_mr()
2480 if (smbdirect_mr->need_invalidate) { in smbd_deregister_mr()
2498 smbdirect_mr->need_invalidate = false; in smbd_deregister_mr()
2350 smbd_register_mr( struct smbd_connection *info, struct page *pages[], int num_pages, int offset, int tailsz, bool writing, bool need_invalidate) smbd_register_mr() argument
H A Dsmb2pdu.c3875 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req() local
3880 rdata->tailsz, true, need_invalidate); in smb2_new_read_req()
3885 if (need_invalidate) in smb2_new_read_req()
4304 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev() local
4309 wdata->tailsz, false, need_invalidate); in smb2_async_writev()
4325 if (need_invalidate) in smb2_async_writev()
H A Dfile.c2871 wdata->mr->need_invalidate = true; in cifs_resend_wdata()
3608 rdata->mr->need_invalidate = true; in cifs_resend_rdata()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmbdirect.h298 bool need_invalidate; member
305 bool writing, bool need_invalidate);
H A Dsmbdirect.c2244 * need_invalidate: true if this MR needs to be locally invalidated after I/O
2249 bool writing, bool need_invalidate) in smbd_register_mr()
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()
2247 smbd_register_mr(struct smbd_connection *info, struct iov_iter *iter, bool writing, bool need_invalidate) smbd_register_mr() argument
H A Dsmb2pdu.c4290 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req() local
4293 true, need_invalidate); in smb2_new_read_req()
4298 if (need_invalidate) in smb2_new_read_req()
4745 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev() local
4748 false, need_invalidate); in smb2_async_writev()
4757 if (need_invalidate) in smb2_async_writev()
H A Dfile.c3337 wdata->mr->need_invalidate = true; in cifs_resend_wdata()
3916 rdata->mr->need_invalidate = true; in cifs_resend_rdata()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dtransport_tcp.c384 int nvecs, int size, bool need_invalidate, in ksmbd_tcp_writev()
383 ksmbd_tcp_writev(struct ksmbd_transport *t, struct kvec *iov, int nvecs, int size, bool need_invalidate, unsigned int remote_key) ksmbd_tcp_writev() argument
H A Dtransport_rdma.c1228 bool need_invalidate, unsigned int remote_key) in smb_direct_writev()
1248 smb_direct_send_ctx_init(st, &send_ctx, need_invalidate, remote_key); in smb_direct_writev()
1226 smb_direct_writev(struct ksmbd_transport *t, struct kvec *iov, int niovs, int buflen, bool need_invalidate, unsigned int remote_key) smb_direct_writev() argument

Completed in 38 milliseconds