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

FIFO queue structure for managing BSpan entries. More...

#include <bspan_queue_bsfs.h>

Public Attributes

bspan_node_tfront
bspan_node_trear

Detailed Description

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.

Member Data Documentation

◆ front

bspan_node_t* bspan_queue_t::front

Pointer to the front (head) node of the queue.

◆ rear

bspan_node_t* bspan_queue_t::rear

Pointer to the rear (tail) node of the queue.


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