Changeset 81092ce in mainline for uspace/lib/ext4/libext4_types.h


Ignore:
Timestamp:
2012-04-04T18:03:04Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
662bd71
Parents:
d3ee35b
Message:

fixed bug with block group flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_types.h

    rd3ee35b r81092ce  
    205205/*****************************************************************************/
    206206
     207#define EXT4_BLOCK_GROUP_INODE_UNINIT   0x0001 /* Inode table/bitmap not in use */
     208#define EXT4_BLOCK_GROUP_BLOCK_UNINIT   0x0002 /* Block bitmap not in use */
     209#define EXT4_BLOCK_GROUP_INODE_ZEROED   0x0004 /* On-disk itable initialized to zero */
    207210
    208211/*
Note: See TracChangeset for help on using the changeset viewer.