#include <assert.h>
#include <stdlib.h>
#include <BufStream.H>
#include "VDirChangeable.H"
#include "VDirEvaluator.H"
#include "VLeaf.H"
#include "VestaLog.H"
#include "VForward.H"
#include "VMemPool.H"
#include "VRConcurrency.H"
#include "VestaAttribsRep.H"
#include "logging.H"
#include "DirShortId.H"
#include "UniqueId.H"
#include "FdCache.H"
#include "VLogHelp.H"
#include "FPShortId.H"
#include "CopyShortId.H"
#include "timing.H"
Go to the source code of this file.
Functions | |
VestaSource * | VDCLookupResult (VDirChangeable *dir, Bit8 *entry, unsigned int index) |
bool | copyOwnerCallback (void *closure, const char *value) |
bool | filterListCallback (void *closure, VestaSource::typeTag type, Arc arc, unsigned int index, Bit32 pseudoInode, ShortId filesid, bool mast) throw () |
Variables | |
const FP::Tag | nullFPTag ("") |
const FP::Tag | uidFPTag ("Textd") |
struct { | |
unsigned int entriesInUse | |
unsigned int sizeInUse | |
unsigned int entriesNotInUse | |
unsigned int sizeNotInUse | |
unsigned int sizeSpare | |
unsigned int sizeOverhead | |
unsigned int changeableDirs | |
unsigned int changeableRepBlocks | |
unsigned int immutableDirs | |
unsigned int immutableRepBlocks | |
unsigned int appendableDirs | |
unsigned int appendableRepBlocks | |
} | VDCStats |
|
Definition at line 1623 of file VDirChangeable.C. Referenced by VDirChangeable::renameTo(). |
|
Definition at line 1920 of file VDirChangeable.C. References FilterListClosure::callback, FilterListClosure::closure, Table< K, V >::Default::Get(), FilterListClosure::hidden, ArcKey::s, and ArcKey::slen. Referenced by VDirChangeable::list(). |
|
|
Definition at line 2850 of file VDirChangeable.C. |
|
Definition at line 2851 of file VDirChangeable.C. |
|
Definition at line 2846 of file VDirChangeable.C. |
|
Definition at line 2847 of file VDirChangeable.C. |
|
Definition at line 2840 of file VDirChangeable.C. |
|
Definition at line 2842 of file VDirChangeable.C. |
|
Definition at line 2848 of file VDirChangeable.C. |
|
Definition at line 2849 of file VDirChangeable.C. |
|
|
Definition at line 2841 of file VDirChangeable.C. |
|
Definition at line 2843 of file VDirChangeable.C. |
|
Definition at line 2845 of file VDirChangeable.C. |
|
Definition at line 2844 of file VDirChangeable.C. |
|
Referenced by VDirChangeable::insertFile(), and VDirChangeable::insertMutableFile(). |
|
Referenced by VDirChangeable::markCallback(), VDirChangeable::printStats(), and VDirChangeable::sweepCallback(). |