|
Basic Solution File System - BSFS
|
Node structure for a BSpan queue. More...
#include <bspan_queue_bsfs.h>
Public Attributes | |
| bspan_t | bspan |
| struct bspan_node * | next |
Node structure for a BSpan queue.
Represents a single element in a FIFO queue of bspan_t entries, each describing a span of contiguous blocks on disk.
| bspan_t bspan_node::bspan |
The BSpan element contained in this node, describing a range of logical-to-physical block mappings.
| struct bspan_node* bspan_node::next |
Pointer to the next node in the queue. If NULL, this is the last node.