MmCreateSection after IRP_MJ_CLEANUP

May I call MmCreateSection on file object which has already ‘received’
IRP_MJ_CLEANUP? I’m asking because I need to access files just before they
are closed. As far as I understand I can use paging i/o for that, but my
algorithms are not optimized for paging access.

-htfv