Changeset 1d6f507 in mainline for uspace/lib/ext2/libext2_superblock.h


Ignore:
Timestamp:
2011-02-14T22:20:09Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d241aae
Parents:
3949e8a0
Message:

Add some basic sanity checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext2/libext2_superblock.h

    r3949e8a0 r1d6f507  
    9999inline uint32_t ext2_superblock_get_free_block_count(ext2_superblock_t *);
    100100inline uint32_t ext2_superblock_get_free_inode_count(ext2_superblock_t *);
     101inline uint32_t ext2_superblock_get_block_group_count(ext2_superblock_t *);
     102inline uint32_t ext2_superblock_get_inodes_per_group(ext2_superblock_t *);
    101103
    102104extern int ext2_superblock_read_direct(devmap_handle_t, ext2_superblock_t **);
     105extern int ext2_superblock_check_sanity(ext2_superblock_t *);
    103106
    104107#endif
Note: See TracChangeset for help on using the changeset viewer.