|
Basic Solution File System - BSFS
|
FIFO queue structure for managing BSpan entries. More...
#include <bspan_queue_bsfs.h>
Public Attributes | |
| bspan_node_t * | front |
| bspan_node_t * | rear |
FIFO queue structure for managing BSpan entries.
Used to track multiple bspan_t allocations in sequence, typically during block allocation for file writes. Supports dynamic, ordered allocation.
| bspan_node_t* bspan_queue_t::front |
Pointer to the front (head) node of the queue.
| bspan_node_t* bspan_queue_t::rear |
Pointer to the rear (tail) node of the queue.