Changeset 662bd71 in mainline for uspace/lib/ext4/libext4_balloc.h


Ignore:
Timestamp:
2012-04-04T18:05:46Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7ed26be
Parents:
81092ce
Message:

added support for releasing more blocks in one operation

File:
1 edited

Legend:

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

    r81092ce r662bd71  
    3838
    3939extern int ext4_balloc_free_block(ext4_inode_ref_t *, uint32_t);
     40extern int ext4_balloc_free_blocks(ext4_inode_ref_t *,
     41                uint32_t , uint32_t);
    4042extern int ext4_balloc_alloc_block(ext4_inode_ref_t *, uint32_t *);
    4143
Note: See TracChangeset for help on using the changeset viewer.