KolibriOS kernel
BGDESCR Struct Reference

block group descriptor More...

Public Attributes

dd blockBitmap
 
dd inodeBitmap
 
dd inodeTable
 
dw blocksFree
 
dw inodesFree
 
dw directoriesCount
 
rb reserved
 

Detailed Description

block group descriptor

Source
fs/ext.inc:66

Member Data Documentation

◆ blockBitmap

dd BGDESCR::blockBitmap

◆ blocksFree

dw BGDESCR::blocksFree

◆ directoriesCount

dw BGDESCR::directoriesCount

◆ inodeBitmap

dd BGDESCR::inodeBitmap

◆ inodesFree

dw BGDESCR::inodesFree

◆ inodeTable

dd BGDESCR::inodeTable

◆ reserved

rb BGDESCR::reserved

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