HelenOS sources

ext4_hash_info_t   38 uspace/lib/ext4/include/ext4/hash.h extern errno_t ext4_hash_string(ext4_hash_info_t *, int, const char *);
ext4_hash_info_t  324 uspace/lib/ext4/src/directory_index.c static errno_t ext4_directory_hinfo_init(ext4_hash_info_t *hinfo,
ext4_hash_info_t  386 uspace/lib/ext4/src/directory_index.c static errno_t ext4_directory_dx_get_leaf(ext4_hash_info_t *hinfo,
ext4_hash_info_t  578 uspace/lib/ext4/src/directory_index.c 	ext4_hash_info_t hinfo;
ext4_hash_info_t  731 uspace/lib/ext4/src/directory_index.c     ext4_hash_info_t *hinfo, block_t *old_data_block,
ext4_hash_info_t  759 uspace/lib/ext4/src/directory_index.c 	ext4_hash_info_t tmp_hinfo;
ext4_hash_info_t  760 uspace/lib/ext4/src/directory_index.c 	memcpy(&tmp_hinfo, hinfo, sizeof(ext4_hash_info_t));
ext4_hash_info_t 1069 uspace/lib/ext4/src/directory_index.c 	ext4_hash_info_t hinfo;
ext4_hash_info_t   40 uspace/lib/ext4/src/hash.c errno_t ext4_hash_string(ext4_hash_info_t *hinfo, int len, const char *name)
HelenOS homepage, sources at GitHub