All of lore.kernel.org
 help / color / mirror / Atom feed
* reading data disk blocks of a file
@ 2004-12-22 15:38 Pallavi
  2004-12-22 16:40 ` Vladimir Saveliev
  2004-12-22 17:28 ` Jeff Mahoney
  0 siblings, 2 replies; 3+ messages in thread
From: Pallavi @ 2004-12-22 15:38 UTC (permalink / raw)
  To: reiserfs-list

hello,
what are the internal operations to real a file..I understand that the
semantic layer
converts a filename into a key but where in the source code is the
implementation of this semantic layer found and how does it exactly
convert the name to a key?

A key will lead me to a node. That node had range of keys each
corresponding to an item.The key I get will point to an item. Let's
say the item contains data, but given that the item size is limited
the data may be spread  across items nodes. How are all the data
blocks where data from particular file is stored identified.
Basically i want to know how are all the data blocks of a file are
accessed and read?

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

end of thread, other threads:[~2004-12-22 17:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-22 15:38 reading data disk blocks of a file Pallavi
2004-12-22 16:40 ` Vladimir Saveliev
2004-12-22 17:28 ` Jeff Mahoney

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.