RTEMS CPU Kit with SuperCore
Data Fields
rtems_rfs_block_size_s Struct Reference

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...
 

Detailed Description

A block size is the number of blocks less one plus the offset where the offset must be less than the block size.

Field Documentation

◆ count

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().

◆ offset

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.


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