On Mon, 2006-07-31 at 16:37 +0530, Kamal R. Prasad wrote: > Hello, > > I was looking at some stuff related to ext2 and it seems as if one > can look at an inode, and map to an entry in the dcache and resolve > inode to filename mapping. My question to this forum is:- > > -can the same technique be used with jfs2 on linux ?
You don't really describe what the technique is. Something like d_find_alias() may do what you want. Without knowing more about what you're asking, I would assume that if the technique works for ext2, it will probably work for jfs. > -can the same technique be used with jfs2 on AIX ? I have no idea > -is there a mechanism to suggest that the dcache entry for a jfs2 > inode is still valid? There's nothing jfs-specific about a dcache entry. If "dentry->d_flags & DCACHE_UNHASHED" is zero, then it should be valid. > thanks > -kamal > -- David Kleikamp IBM Linux Technology Center ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Jfs-discussion mailing list Jfs-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jfs-discussion