RTEMS  5.1
Data Fields
rtems_rfs_block_size_s Struct Reference

#include <rtems-rfs-block-pos.h>

Data Fields

rtems_rfs_block_no count
 
rtems_rfs_block_off offset
 

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.

◆ 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: