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 in struct:FSShell::block_cache
407 transaction_hash(void* _transaction, const void* _id, uint32_t range) function in namespace:FSShell
433 return (cache_transaction*)hash_lookup(cache->transaction_hash, &id);
481 transaction_hash(NULL),
489 hash_uninit(transaction_hash);
508 transaction_hash = hash_init(16, offsetof(cache_transaction, next),
509 &transaction_compare, &FSShell::transaction_hash);
510 if (transaction_hash == NULL)
931 hash_remove(cache->transaction_hash, previous);
994 hash_insert(cache->transaction_hash, transactio
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp220 TransactionTable* transaction_hash; member in struct:__anon39::block_cache
1037 return cache->transaction_hash->Lookup(id);
1339 // This function is called while iterating transaction_hash. We
1343 fCache->transaction_hash->RemoveUnchecked(transaction);
1345 fCache->transaction_hash->Remove(previous);
1406 transaction_hash(NULL),
1426 delete transaction_hash;
1452 transaction_hash = new(std::nothrow) TransactionTable();
1453 if (transaction_hash == NULL || transaction_hash
[all...]

Completed in 98 milliseconds