| Type: | btree |
| Key: |
|
| Value: | List of (child-Inode, Name) |
This table maps names within an
to Inodes. Think `POSIX path
search function.'
Note: fakefs allows the same Inode to be both a directory (a namespace, or interior node in a tree structure) and a file (a leaf node in a tree structure). POSIX does not. This property might be useful for something later, and it would have to be prevented explicitly if it was not desired.