FreeNOS
|
Structure of a group descriptor. More...
#include <LinnGroup.h>
Data Fields | |
le32 | freeBlocksCount |
The number of free blocks in this group. More... | |
le32 | freeInodesCount |
Number of free inodes in this group. More... | |
le32 | blockMap |
Block bitmap. More... | |
le32 | inodeMap |
Inode bitmap. More... | |
le32 | inodeTable |
Inode table contains pre-allocated inodes. More... | |
Structure of a group descriptor.
Definition at line 129 of file LinnGroup.h.
le32 LinnGroup::blockMap |
Block bitmap.
Used to mark blocks used/free.
Definition at line 138 of file LinnGroup.h.
Referenced by LinnCreate::create(), and main().
le32 LinnGroup::freeBlocksCount |
The number of free blocks in this group.
Definition at line 132 of file LinnGroup.h.
Referenced by LinnCreate::create(), and main().
le32 LinnGroup::freeInodesCount |
Number of free inodes in this group.
Definition at line 135 of file LinnGroup.h.
Referenced by LinnCreate::create(), LinnCreate::createInode(), and main().
le32 LinnGroup::inodeMap |
Inode bitmap.
Used to mark inodes used/free.
Definition at line 141 of file LinnGroup.h.
Referenced by LinnCreate::create(), LinnCreate::createInode(), and main().
le32 LinnGroup::inodeTable |
Inode table contains pre-allocated inodes.
Definition at line 144 of file LinnGroup.h.
Referenced by LinnCreate::create(), LinnCreate::createInode(), LinnFileSystem::getInode(), LinnCreate::insertEntry(), and main().