Searched refs:hash_entry (Results 1 – 5 of 5) sorted by relevance
46 struct hash_entry struct49 struct hash_entry *next; argument57 struct hash_entry *bucket;58 struct hash_entry const *bucket_limit;76 struct hash_entry *free_entry_list;176 struct hash_entry const *bucket; in hash_get_max_bucket_length()183 struct hash_entry const *cursor = bucket; in hash_get_max_bucket_length()203 struct hash_entry const *bucket; in hash_table_ok()211 struct hash_entry const *cursor = bucket; in hash_table_ok()248 static struct hash_entry *[all …]
52 static struct hash_entry { struct55 struct hash_entry *next; argument78 struct hash_entry *hash_entry = malloc(sizeof(*hash_entry)); in save_xattr_block() local83 if(hash_entry == NULL) in save_xattr_block()86 hash_entry->start = start; in save_xattr_block()87 hash_entry->offset = offset; in save_xattr_block()88 hash_entry->next = hash_table[hash]; in save_xattr_block()89 hash_table[hash] = hash_entry; in save_xattr_block()100 struct hash_entry *hash_entry = hash_table[hash]; in get_xattr_block() local102 for(; hash_entry; hash_entry = hash_entry->next) in get_xattr_block()[all …]
59 struct hash_entry *harray;66 struct hash_entry { struct88 struct hash_entry *new_array, *ent; in fill_dir_block() argument141 sizeof(struct hash_entry) * (fd->max_array+500)); in fill_dir_block()171 const struct hash_entry *he_a = (const struct hash_entry *) a; in ino_cmp()172 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp()180 const struct hash_entry *he_a = (const struct hash_entry *) a; in name_cmp()181 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp()204 const struct hash_entry *he_a = (const struct hash_entry *) a; in hash_cmp()205 const struct hash_entry *he_b = (const struct hash_entry *) b; in hash_cmp()[all …]
903 DBusPreallocatedHash *hash_entry; member917 _dbus_assert (d->hash_entry != NULL); in restore_ownership()918 bus_service_relink (d->service, d->hash_entry); in restore_ownership()922 _dbus_assert (d->hash_entry == NULL); in restore_ownership()948 d->hash_entry = NULL; in restore_ownership()962 if (d->hash_entry) in free_ownership_restore_data()964 d->hash_entry); in free_ownership_restore_data()989 d->hash_entry = _dbus_hash_table_preallocate_entry (service->registry->service_hash); in add_restore_ownership_to_transaction()1014 d->hash_entry == NULL || in add_restore_ownership_to_transaction()
1015 DBusPreallocatedHash *hash_entry; member1024 _dbus_assert (d->hash_entry != NULL); in restore_pending()1031 d->hash_entry, in restore_pending()1036 d->hash_entry = NULL; in restore_pending()1044 if (d->hash_entry) in free_pending_restore_data()1046 d->hash_entry); in free_pending_restore_data()1064 …d->hash_entry = _dbus_hash_table_preallocate_entry (d->pending_activation->activation->pending_act… in add_restore_pending_to_transaction()1068 if (d->hash_entry == NULL || in add_restore_pending_to_transaction()