Changeset b12ca16 in mainline for uspace/lib/ext4/libext4_superblock.h


Ignore:
Timestamp:
2011-11-18T15:30:24Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d5ba17f
Parents:
e18de3c
Message:

improved block allocator - but has some bugs

File:
1 edited

Legend:

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

    re18de3c rb12ca16  
    302302extern int ext4_superblock_check_sanity(ext4_superblock_t *);
    303303
     304extern uint32_t ext4_superblock_get_block_group_count(ext4_superblock_t *);
     305extern uint32_t ext4_superblock_get_blocks_in_group(ext4_superblock_t *, uint32_t);
     306extern uint32_t ext4_superblock_get_inodes_in_group(ext4_superblock_t *, uint32_t);
     307
    304308#endif
    305309
Note: See TracChangeset for help on using the changeset viewer.