commit | a3ab7155ea21aadc8a4d5687e91b3d876973185e | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Fri Jul 25 19:45:16 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jul 26 12:00:05 2008 -0700 |
tree | 40f74b9c4e38d12bbbbc269232fb8a5b7ad9448c | |
parent | 555e3775ced1d05203934fc6529bbf0560dd8733 [diff] |
omfs: add directory routines Add lookup and directory management routines for OMFS. The filesystem uses hashing based on the filename and stores collisions, unordered, in siblings of files' inode structures. To support telldir, the current position in the hash table is encoded in fpos. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>