Changeset ce6de59 in mainline for uspace/lib/ext4/libext4_extent.h


Ignore:
Timestamp:
2012-04-07T14:41:19Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b5c119
Parents:
5b16912
Message:

First part → allocating first block to extent (not for extent with some blocks)

File:
1 edited

Legend:

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

    r5b16912 rce6de59  
    6464extern int ext4_extent_release_blocks_from(ext4_inode_ref_t *, uint32_t);
    6565
     66extern int ext4_extent_append_block(ext4_inode_ref_t *, uint32_t *, uint32_t *);
     67
    6668#endif
    6769
Note: See TracChangeset for help on using the changeset viewer.