All of lore.kernel.org
 help / color / mirror / Atom feed
* how to linking and traversing the inmemory tree
@ 2005-03-13  6:58 siddharth kothari
  2005-03-14 11:04 ` Edward Shishkin
  0 siblings, 1 reply; 2+ messages in thread
From: siddharth kothari @ 2005-03-13  6:58 UTC (permalink / raw)
  To: reiserfs-list

hi. 
i am trying to create an in-memory for Reiser4. from
the code i understand the following:
1) Znode is the inmemory representation of the actual
node.
2) children have pointers to thier parents and alsso
maintain their position in parents.
3) Znodes also have the de-limiting keys
and other fields.

now my questions are:

1) from where do you start traversing the tree?
2) are these nodes actually linked in memory as they
are in a tree.
3) once you get a key for a file how do u locate the
lock where the data for that file is to be found.

you obviously compare with the de-limiting keys to get
to the node then wat.... how do u reach any other
level since there are no down pointers.

regards,
siddharth

When I was small I thought everything was either
Black or White,
Good or Bad,
But I grew up to find out everthing was just Grey....


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-14 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-13  6:58 how to linking and traversing the inmemory tree siddharth kothari
2005-03-14 11:04 ` Edward Shishkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.