Changeset b12ca16 in mainline for uspace/lib/ext4/libext4_balloc.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_balloc.h

    re18de3c rb12ca16  
    3737#include "libext4_filesystem.h"
    3838
    39 extern int ext4_bitmap_free_block(ext4_filesystem_t *,
     39extern int ext4_balloc_free_block(ext4_filesystem_t *,
    4040                ext4_inode_ref_t *, uint32_t);
    41 extern int ext4_bitmap_alloc_block(ext4_filesystem_t *,
     41extern int ext4_balloc_alloc_block(ext4_filesystem_t *,
    4242                ext4_inode_ref_t *, uint32_t *);
    4343
Note: See TracChangeset for help on using the changeset viewer.