HOw to get data from superblock,inode,dentry etc structures?
|
Author |
Message |
|
|
Posted : Wed, 17 September 2008 10:23:33
Subject :
HOw to get data from superblock,inode,dentry etc structures?
HI there,
I am writing a kernel module to get usefull data about the VFS in linux.
Can any one please guide me how to get data from superblock,inode,dentry etc structures?
regards,
|
|
|
|
Shashank Sharma
|
Posted : Mon, 29 September 2008 12:11:55
Subject :
HOw to get data from superblock,inode,dentry etc structures?
Best place to start is LKML
http://lkml.org
Also read through:
http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/vfs.html#toc7
|