How to know "Copied"?

Hi,
In a filesystem filter driver, is there a way to know the file was copied
in IRP_MJ_READ/IRP_MJ_CREATE?
Thank you
Lu.

I think there’s no way.
In the FSD drivers, there is no “copy”
operation, there are only reads and writes.

L.