RTEMS CPU Kit with SuperCore
|
A block size is the number of blocks less one plus the offset where the offset must be less than the block size. More...
#include <rtems-rfs-block-pos.h>
Data Fields | |
rtems_rfs_block_no | count |
The count of blocks in a map. More... | |
rtems_rfs_block_off | offset |
The offset into the block. More... | |
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.
Referenced by rtems_rfs_block_map_free_all().
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.