Ignore:
Timestamp:
2012-03-31T20:00:15Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2fa350
Parents:
38384ae
Message:

simplied headers of more functions, improved bg_ref and inode_ref structures, added block group checksumming and fixed bug in block_group values updating

File:
1 edited

Legend:

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

    r38384ae r1ac1ab4  
    6767
    6868extern int ext4_directory_dx_find_entry(ext4_directory_search_result_t *,
    69                 ext4_filesystem_t *, ext4_inode_ref_t *, size_t, const char *);
    70 extern int ext4_directory_dx_add_entry(ext4_filesystem_t *,
     69                ext4_inode_ref_t *, size_t, const char *);
     70extern int ext4_directory_dx_add_entry(
    7171                ext4_inode_ref_t *, ext4_inode_ref_t *, const char *);
    7272
Note: See TracChangeset for help on using the changeset viewer.