Basic Solution File System - BSFS
Loading...
Searching...
No Matches
include Directory Reference

Files

 
allocate_bsfs.h
 Block allocation interface for the BSFS file system.
 
api_bsfs.h
 High-level API used by the BSFS browser shell.
 
bitmap_operations_bsfs.h
 Bitmap management utilities for the BSFS file system.
 
block_operations_bsfs.h
 Low-level block read/write operations for the BSFS file system.
 
browser_bsfs.h
 Public interface for the interactive BSFS browser (shell).
 
bspan_queue_bsfs.h
 Header file for managing queues of BSpan entries in the BSFS file system.
 
btree_bsfs.h
 Public interface for the B-tree implementation in the BSFS filesystem.
 
commands_bsfs.h
 Command table and prototypes for the BSFS browser.
 
create_file_bsfs.h
 Interface for file creation operations in the BSFS filesystem.
 
dir_entry_operations_bsfs.h
 Directory entry B-tree operations for BSFS (public interface).
 
directory_operations_bsfs.h
 High-level operations for directory management in the BSFS file system.
 
file_operations_bsfs.h
 Header file for file-level operations in the BSFS file system.
 
filesystem_bsfs.h
 Core data structures for the BSFS (Basic Solution File System).
 
inode_operations_bsfs.h
 Interface for inode management operations in the BSFS file system.
 
mkfs_bsfs.h
 Public interface and documentation for the BSFS formatter tool.
 
path_utils_bsfs.h
 Utility functions for resolving paths in the BSFS file system.
 
permissions_bsfs.h
 Permission helper routines for BSFS (POSIX-like rwx bits).
 
rec_entry_operations_bsfs.h
 Recovery entry B-tree operations for BSFS.
 
rec_gc_bsfs.h
 Recovery garbage collection (GC) routines for BSFS.
 
remove_file_bsfs.h
 Interface for logical file removal in BSFS.
 
restore_file_bsfs.h
 Interface for restoring files from the Recovery tree in BSFS.
 
superblock_operations_bsfs.h
 Functions for reading and writing the superblock in the BSFS file system.