Directory entry structure. More...

Data Fields | |
| PNUT_BLKNUM | dir_node |
| Node block index of this entry. | |
| uint8_t | dir_inuse |
| Allocation flag. | |
| char | dir_name [PNUT_MAX_NAMELEN+1] |
| Name of this entry. | |
Directory entry structure.
Each directory node contains a list of data blocks. Each of these data blocks contains a number of directory entries. Each directory entry points to a node block, which may be a file node or a directory node.
| char PNUT_DIRENTRY::dir_name[PNUT_MAX_NAMELEN+1] |