|
Basic Solution File System - BSFS
|
Represents an open directory in memory in the BSFS file system. More...
#include <dir_entry_operations_bsfs.h>
Public Attributes | |
| inode_t | inode |
| The inode of the directory. | |
| uint32_t | current_index |
| The logical position of the next entry to read. | |
| btree_handle_t * | btree |
| Handle to the B-tree storing directory entries. | |
| uint32_t | iter_key |
| Last returned key (filename hash) | |
| int | iter_started |
| 0 if iteration not started, 1 otherwise | |
Represents an open directory in memory in the BSFS file system.
This structure is used to manage the iteration and manipulation of directory entries during read operations like readdir().