Lines Matching refs:mr
2944 if (wdata->mr) { in cifs_resend_wdata()
2945 wdata->mr->need_invalidate = true; in cifs_resend_wdata()
2946 smbd_deregister_mr(wdata->mr); in cifs_resend_wdata()
2947 wdata->mr = NULL; in cifs_resend_wdata()
3460 if (rdata->mr) { in cifs_readdata_release()
3461 smbd_deregister_mr(rdata->mr); in cifs_readdata_release()
3462 rdata->mr = NULL; in cifs_readdata_release()
3604 else if (rdata->mr) in uncached_fill_pages()
3681 if (rdata->mr) { in cifs_resend_rdata()
3682 rdata->mr->need_invalidate = true; in cifs_resend_rdata()
3683 smbd_deregister_mr(rdata->mr); in cifs_resend_rdata()
3684 rdata->mr = NULL; in cifs_resend_rdata()
4380 else if (rdata->mr) in readpages_fill_pages()