Changeset ee3b6150 in mainline for uspace/lib/ext4/libext4_hash.c


Ignore:
Timestamp:
2012-04-23T16:01:14Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc03679
Parents:
6773ff3
Message:

I-node allocator comments, hash comments, part of the extent comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_hash.c

    r6773ff3 ree3b6150  
    227227}
    228228
     229
     230/** Compute hash value of the string.
     231 *
     232 * @param hinfo         hash info structure with information about
     233 *                                      the algorithm, hash seed and with the place
     234 *                                      for the output hash value
     235 * @param len           length of the name
     236 * @param name          name to be hashed
     237 * @return                      error code
     238 */
    229239int ext4_hash_string(ext4_hash_info_t *hinfo, int len, const char *name)
    230240{
Note: See TracChangeset for help on using the changeset viewer.