> module for every filesytem. I feel looking at the codes may help me
> appreciate the filesystems better. I searched the kernel tree and even
> googled for such code, but I feel I am yet not proficient enough to
> get anything. Hope you guys can help me out.
To start off, I would suggest the run a strace of a simple `find .` just
to get a trace of the system calls.
Then look into vfs_read() {VFS} -> ext3/4 operation (depending on the
your logical FS) looking the specific implementation. Then optionally
you could look into some of the block device operations.

-Anil


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to