MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
ext2_direntry_iterator_t Struct Reference

Iterator for visiting the directory entries. More...

Public Attributes

ext2_filesystem_tfs
 A pointer to the filesystem.
 
uint8_tcache
 Cache used for reading.
 
ext2_inode_tinode
 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_tdirentry
 Pointer to the directory entry.
 

Detailed Description

Iterator for visiting the directory entries.


The documentation for this struct was generated from the following file: