vnode read/write operation info

Hey,

I'm working with a stackable filesystem and I would like to capture read/write information as users make read/write accesses to the filesystem.

In which function, or generally where, can I get access to the number of bytes being read/written and from/to which block # in the inode. Also, is there a struct that contains this information?

Thanks!
 
Back
Top