Basic Solution File System - BSFS
Loading...
Searching...
No Matches
dir_t Struct Reference

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_tbtree
 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

Detailed Description

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().


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