Re: Search module in linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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 ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux