Lines Matching refs:transaction_hash
111 hash_table* transaction_hash; member
407 transaction_hash(void* _transaction, const void* _id, uint32_t range) in transaction_hash() function
433 return (cache_transaction*)hash_lookup(cache->transaction_hash, &id); in lookup_transaction()
481 transaction_hash(NULL), in block_cache()
489 hash_uninit(transaction_hash); in ~block_cache()
508 transaction_hash = hash_init(16, offsetof(cache_transaction, next), in Init()
509 &transaction_compare, &FSShell::transaction_hash); in Init()
510 if (transaction_hash == NULL) in Init()
931 hash_remove(cache->transaction_hash, previous); in write_cached_block()
994 hash_insert(cache->transaction_hash, transaction); in fssh_cache_start_transaction()
1010 hash_open(cache->transaction_hash, &iterator); in fssh_cache_sync_transaction()
1014 cache->transaction_hash, &iterator)) != NULL) { in fssh_cache_sync_transaction()
1026 hash_remove_current(cache->transaction_hash, &iterator); in fssh_cache_sync_transaction()
1031 hash_close(cache->transaction_hash, &iterator, false); in fssh_cache_sync_transaction()
1145 hash_remove(cache->transaction_hash, transaction); in fssh_cache_abort_transaction()
1242 hash_insert(cache->transaction_hash, newTransaction); in fssh_cache_detach_sub_transaction()
1511 cache->transaction_hash, &cookie)) != NULL) { in fssh_block_cache_delete()