|
MentOS
0.8.0
The Mentoring Operating System
|
Iterator for visiting the directory entries. More...
Public Attributes | |
| ext2_filesystem_t * | fs |
| A pointer to the filesystem. | |
| uint8_t * | cache |
| Cache used for reading. | |
| ext2_inode_t * | inode |
| A pointer to the directory inode. | |
| uint32_t | block_index |
| The current block we are reading. | |
| uint32_t | total_offset |
| The total amount of bytes we have read. | |
| uint32_t | block_offset |
| The total amount of bytes we have read inside the current block. | |
| ext2_dirent_t * | direntry |
| Pointer to the directory entry. | |
Iterator for visiting the directory entries.