![]() |
Disk ARchive 2.7.16
Full featured and portable backup and archiving tool
|
bitfield used to record pointed to inode information More...
Public Attributes | |
unsigned | counted: 1 |
whether the inode has been counted | |
unsigned | wrote: 1 |
whether the inode has its data copied to archive | |
unsigned | dumped: 1 |
whether the inode information has been dumped in the catalogue | |
unsigned | reduceable: 1 |
whether the inode can be reduce to normal inode | |
unsigned | : 4 |
padding to get byte boundary and reserved for future use. | |
bitfield used to record pointed to inode information
Definition at line 86 of file cat_etoile.hpp.
|
inline |
Definition at line 94 of file cat_etoile.hpp.
unsigned libdar::cat_etoile::bool_tags::__pad0__ |
padding to get byte boundary and reserved for future use.
Definition at line 92 of file cat_etoile.hpp.
unsigned libdar::cat_etoile::bool_tags::counted |
whether the inode has been counted
Definition at line 88 of file cat_etoile.hpp.
unsigned libdar::cat_etoile::bool_tags::dumped |
whether the inode information has been dumped in the catalogue
Definition at line 90 of file cat_etoile.hpp.
unsigned libdar::cat_etoile::bool_tags::reduceable |
whether the inode can be reduce to normal inode
Definition at line 91 of file cat_etoile.hpp.
unsigned libdar::cat_etoile::bool_tags::wrote |
whether the inode has its data copied to archive
Definition at line 89 of file cat_etoile.hpp.