RTEMS
5.0.0
|
#include <rtems-rfs-block-pos.h>
Data Fields | |
rtems_rfs_block_no | count |
rtems_rfs_block_off | offset |
A block size is the number of blocks less one plus the offset where the offset must be less than the block size.
rtems_rfs_block_no rtems_rfs_block_size_s::count |
The count of blocks in a map. A 0 means no blocks and a zero length and the offset should also be 0.
rtems_rfs_block_off rtems_rfs_block_size_s::offset |
The offset into the block. An offset of 0 means block size, ie the first byte of the next block which is not allocated.