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


Ignore:
Timestamp:
2012-08-24T14:07:52Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
041ab64
Parents:
bd29f9c9 (diff), db81577 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline

File:
1 edited

Legend:

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

    rbd29f9c9 rbeb9336  
    2929/** @addtogroup libext4
    3030 * @{
    31  */ 
     31 */
    3232
    3333#ifndef LIBEXT4_LIBEXT4_EXTENT_H_
     
    5252extern uint16_t ext4_extent_header_get_entries_count(ext4_extent_header_t *);
    5353extern void ext4_extent_header_set_entries_count(ext4_extent_header_t *,
    54                 uint16_t);
     54    uint16_t);
    5555extern uint16_t ext4_extent_header_get_max_entries_count(ext4_extent_header_t *);
    5656extern void ext4_extent_header_set_max_entries_count(ext4_extent_header_t *,
    57                 uint16_t);
     57    uint16_t);
    5858extern uint16_t ext4_extent_header_get_depth(ext4_extent_header_t *);
    5959extern void ext4_extent_header_set_depth(ext4_extent_header_t *, uint16_t);
     
    6464extern int ext4_extent_release_blocks_from(ext4_inode_ref_t *, uint32_t);
    6565
    66 extern int ext4_extent_append_block(ext4_inode_ref_t *, uint32_t *, uint32_t *, bool);
     66extern int ext4_extent_append_block(ext4_inode_ref_t *, uint32_t *, uint32_t *,
     67    bool);
    6768
    6869#endif
Note: See TracChangeset for help on using the changeset viewer.