Changeset 1ac1ab4 in mainline for uspace/lib/ext4/libext4_balloc.h


Ignore:
Timestamp:
2012-03-31T20:00:15Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2fa350
Parents:
38384ae
Message:

simplied headers of more functions, improved bg_ref and inode_ref structures, added block group checksumming and fixed bug in block_group values updating

File:
1 edited

Legend:

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

    r38384ae r1ac1ab4  
    3737#include "libext4_types.h"
    3838
    39 extern int ext4_balloc_free_block(ext4_filesystem_t *,
    40                 ext4_inode_ref_t *, uint32_t);
    41 extern int ext4_balloc_alloc_block(ext4_filesystem_t *,
    42                 ext4_inode_ref_t *, uint32_t *);
     39extern int ext4_balloc_free_block(ext4_inode_ref_t *, uint32_t);
     40extern int ext4_balloc_alloc_block(ext4_inode_ref_t *, uint32_t *);
    4341
    4442#endif
Note: See TracChangeset for help on using the changeset viewer.