Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

diskspaceInfo Struct Reference


Data Fields

dev_t dev
signed long bneeded
signed long ineeded
int bsize
signed long bavail
signed long iavail

Field Documentation

signed long diskspaceInfo::bavail
 

no. of blocks available.

Definition at line 60 of file transaction.c.

Referenced by rpmRunTransactions().

signed long diskspaceInfo::bneeded
 

no. of blocks needed.

Definition at line 57 of file transaction.c.

Referenced by handleOverlappedFiles(), and rpmRunTransactions().

int diskspaceInfo::bsize
 

file system block size.

Definition at line 59 of file transaction.c.

Referenced by handleOverlappedFiles(), and rpmRunTransactions().

dev_t diskspaceInfo::dev
 

file system device number.

Definition at line 56 of file transaction.c.

Referenced by handleOverlappedFiles(), and rpmRunTransactions().

signed long diskspaceInfo::iavail
 

no. of inodes available.

Definition at line 61 of file transaction.c.

Referenced by rpmRunTransactions().

signed long diskspaceInfo::ineeded
 

no. of inodes needed.

Definition at line 58 of file transaction.c.

Referenced by handleOverlappedFiles(), and rpmRunTransactions().


The documentation for this struct was generated from the following file:
Generated on Sun Feb 2 23:32:14 2003 for rpm by doxygen1.2.18