RTEMS
5.0.0
|
Creates bit allocator for blocks in the group simpler. More...
#include <rtems-rfs-group.h>
Creates bit allocator for blocks in the group simpler.
A group is a selection of blocks on the disk. Typically the number of blocks in a group is determined by the number of bits a block holds. This makes the bit allocator for blocks in the group simpler plus is allows a simple way to localise access to files and directories.
rtems_rfs_buffer_block _rtems_rfs_group::base |
Base block number.
rtems_rfs_bitmap_control _rtems_rfs_group::block_bitmap |
The block bitmap control.
rtems_rfs_buffer_handle _rtems_rfs_group::block_bitmap_buffer |
The handle to the block bitmap buffer.
rtems_rfs_bitmap_control _rtems_rfs_group::inode_bitmap |
The inode bitmap control.
rtems_rfs_buffer_handle _rtems_rfs_group::inode_bitmap_buffer |
The handle to the inode bitmap buffer.
size_t _rtems_rfs_group::size |
The number of blocks in the group. Groups may be different sizes.