Here are the classes, structs, unions and interfaces with brief descriptions:
| Cbitmap_block_t | Represents a block of the allocation bitmap in the BSFS file system |
| Cbspan_node | Node structure for a BSpan queue |
| Cbspan_queue_t | FIFO queue structure for managing BSpan entries |
| Cbspan_t | Represents a contiguous span of blocks in the BSFS file system |
| Cbtree_handle_t | Describes the configuration and root reference for a B-tree instance |
| Cbtree_node_t | Represents a single node in the B-tree stored on disk |
| CCommand | Name-to-function descriptor for a browser command |
| Cdir_entry_t | Represents a directory entry in the BSFS file system |
| Cdir_t | Represents an open directory in memory in the BSFS file system |
| Cfile_t | Represents an open file in memory within the BSFS file system |
| Cinode_t | Represents an inode in the BSFS file system |
| Crec_entry_t | Represents a deleted file entry stored in the recovery B-tree |
| Crec_item_t | Internal item wrapper used during Recovery GC traversals |
| Crm_task_t | Prepared removal record used by the bulk rm implementation |
| Csuperblock_t | Represents the superblock of the BSFS file system |