Changeset 4cdac68 in mainline for uspace/lib/ext4/libext4_balloc.h


Ignore:
Timestamp:
2012-07-20T20:27:31Z (11 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
b828907
Parents:
865a4bf
Message:

debugged initialization of block group structures

File:
1 edited

Legend:

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

    r865a4bf r4cdac68  
    4040extern int ext4_balloc_free_blocks(ext4_inode_ref_t *,
    4141                uint32_t , uint32_t);
     42extern uint32_t ext4_balloc_get_first_data_block_in_group(
     43                ext4_superblock_t *, ext4_block_group_ref_t *);
    4244extern int ext4_balloc_alloc_block(ext4_inode_ref_t *, uint32_t *);
    4345extern int ext4_balloc_try_alloc_block(ext4_inode_ref_t *, uint32_t, bool *);
Note: See TracChangeset for help on using the changeset viewer.