Disks.h File Reference
#include "store/Controlled.h"
#include "store/forward.h"
Include dependency graph for Disks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Store::Disks
 summary view of all disk caches (cache_dirs) combined More...
 

Namespaces

namespace  Store
 

Functions

void storeDirOpenSwapLogs (void)
 
int storeDirWriteCleanLogs (int reopen)
 
void storeDirCloseSwapLogs (void)
 
void allocate_new_swapdir (Store::DiskConfig &swap)
 
void free_cachedir (Store::DiskConfig *swap)
 
void storeDirSwapLog (const StoreEntry *e, int op)
 

Function Documentation

◆ allocate_new_swapdir()

void allocate_new_swapdir ( Store::DiskConfig swap)

◆ free_cachedir()

◆ storeDirCloseSwapLogs()

void storeDirCloseSwapLogs ( void  )

◆ storeDirOpenSwapLogs()

void storeDirOpenSwapLogs ( void  )

◆ storeDirSwapLog()

void storeDirSwapLog ( const StoreEntry e,
int  op 
)

An entry written to the swap log MUST have the following properties.

  1. It MUST be a public key. It does no good to log a public ADD, change the key, then log a private DEL. So we need to log a DEL before we change a key from public to private.
  2. It MUST have a valid (> -1) swap_filen.

Definition at line 838 of file Disks.cc.

References assert, debugs, StoreEntry::disk(), EBIT_TEST, ENTRY_SPECIAL, StoreEntry::flags, StoreEntry::getMD5Text(), StoreEntry::hasDisk(), KEY_PRIVATE, Store::Disk::logEntry(), Store::NewLocalSearch(), STUB_RETVAL, StoreEntry::swap_dirn, StoreEntry::swap_filen, SWAP_LOG_MAX, SWAP_LOG_NOP, and swap_log_op_str.

Referenced by Fs::Ufs::RebuildState::addIfFresh(), Store::Disks::evictCached(), StoreEntry::forcePublicKey(), and storeSwapOutFileClosed().

◆ storeDirWriteCleanLogs()

int storeDirWriteCleanLogs ( int  reopen)

storeDirWriteCleanLogs

Writes a "clean" swap log file from in-memory metadata. This is a rewrite of the original function to troll each StoreDir and write the logs, and flush at the end of the run. Thanks goes to Eric Stern, since this solution came out of his COSS code.

Definition at line 699 of file Disks.cc.

References SquidConfig::cacheSwap, Config, current_time, DBG_IMPORTANT, debugs, getCurrentTime(), Important, Store::DiskConfig::n_configured, Store::Controller::store_dirs_rebuilding, storeDirOpenSwapLogs(), SwapDirByIndex(), tvSubDsec(), StoreEntry::write(), and Store::Disk::writeCleanDone().

Referenced by death(), fatal(), fatal_dump(), mainRotate(), SquidShutdown(), and TestUfs::testUfsSearch().

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors