Changeset b73530a in mainline for uspace/lib/ext4/libext4_balloc.h


Ignore:
Timestamp:
2012-04-08T14:01:49Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
82cb6768
Parents:
936132f
Message:

appending fblock to existing extent

  • actually not solved situation, when extent is full !!!
File:
1 edited

Legend:

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

    r936132f rb73530a  
    4141                uint32_t , uint32_t);
    4242extern int ext4_balloc_alloc_block(ext4_inode_ref_t *, uint32_t *);
     43extern int ext4_balloc_try_alloc_block(ext4_inode_ref_t *, uint32_t);
    4344
    4445#endif
Note: See TracChangeset for help on using the changeset viewer.