Home
last modified time | relevance | path

Searched refs:transaction_hash (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp111 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()
[all …]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp225 TransactionTable* transaction_hash; member
1077 return cache->transaction_hash->Lookup(id); in lookup_transaction()
1401 fCache->transaction_hash->RemoveUnchecked(transaction); in _BlockDone()
1403 fCache->transaction_hash->Remove(previous); in _BlockDone()
1647 transaction_hash(NULL), in block_cache()
1667 delete transaction_hash; in ~block_cache()
1693 transaction_hash = new(std::nothrow) TransactionTable(); in Init()
1694 if (transaction_hash == NULL || transaction_hash->Init(16) != B_OK) in Init()
2520 TransactionTable::Iterator iterator(cache->transaction_hash); in dump_cache()
2860 TransactionTable::Iterator iterator(cache->transaction_hash); in block_notifier_and_writer()
[all …]