#include "nfsd.H"
#include "VRErrorCode.H"
Go to the source code of this file.
Namespaces | |
namespace | Repos |
Defines | |
#define | DBG_ALWAYS 0x0000 |
#define | DBG_SRPC 0x0001 |
#define | DBG_NFS 0x0002 |
#define | DBG_FDCACHE 0x0004 |
#define | DBG_SIDDISP 0x0008 |
#define | DBG_SIDDEL 0x0010 |
#define | DBG_SIDNODEL 0x0020 |
#define | DBG_VDIREVAL 0x0040 |
#define | DBG_NOWEEDREC 0x0080 |
#define | DBG_VMEMPOOL 0x0100 |
#define | DBG_SAVECORE 0x0200 |
#define | DBG_STALENFS 0x0400 |
#define | DBG_MASTERSHIP 0x0800 |
#define | DBG_COW 0x1000 |
#define | DBG_ACCESS 0x2000 |
#define | DBG_REPLICATION 0x4000 |
Functions | |
void | setDebugLevel (int level) |
int | isDebugLevel (int level) |
void | dprintf (int level, const char *fmt,...) |
void | log_call (struct svc_req *rqstp, struct dispatch_entry *dent, union argument_types *argument) |
void | log_result (struct svc_req *rqstp, struct dispatch_entry *dent, union result_types *result) |
void | pr_void (char *buf) |
void | pr_nfs_fh (char *buf, nfs_fh *argp) |
void | pr_sattrargs (char *buf, sattrargs *argp) |
void | pr_diropargs (char *buf, diropargs *argp) |
void | pr_readargs (char *buf, readargs *argp) |
void | pr_writeargs (char *buf, writeargs *argp) |
void | pr_createargs (char *buf, createargs *argp) |
void | pr_renameargs (char *buf, renameargs *argp) |
void | pr_linkargs (char *buf, linkargs *argp) |
void | pr_symlinkargs (char *buf, symlinkargs *argp) |
void | pr_readdirargs (char *buf, readdirargs *argp) |
void | pr_attrstat (char *buf, attrstat *argp) |
void | pr_diropres (char *buf, diropres *argp) |
void | pr_readlinkres (char *buf, readlinkres *argp) |
void | pr_readres (char *buf, readres *argp) |
void | pr_nfsstat (char *buf, nfsstat *argp) |
void | pr_readdirres (char *buf, readdirres *argp) |
void | pr_statfsres (char *buf, statfsres *argp) |
VRErrorCode::errorCode | errno_to_errorCode (int err) |
|
|
|
|
Definition at line 57 of file logging.H. Referenced by do_cow(). |
|
Definition at line 43 of file logging.H. Referenced by FdCache::PartialCache::close(), FdCache::PartialCache::fdiDeleteNL(), FdCache::PartialCache::flush(), FdCache::PartialCache::open(), and FdCache::PartialCache::tryopen(). |
|
Definition at line 55 of file logging.H. Referenced by AcquireMastership(), and VestaSource::cedeMastership(). |
|
Definition at line 42 of file logging.H. Referenced by nfs_dispatch(), Repos::log_call(), and Repos::log_result(). |
|
Definition at line 48 of file logging.H. Referenced by main(). |
|
|
|
Definition at line 50 of file logging.H. Referenced by main(). |
|
|
|
|
|
|
|
Definition at line 41 of file logging.H. Referenced by nfsd_nfsproc_write_2(), ShortIdFailure(), and VestaSourceFailure(). |
|
|
|
Definition at line 47 of file logging.H. Referenced by VDirEvaluator::lookup(), and VDirEvaluator::lookupIndex(). |
|
Definition at line 49 of file logging.H. Referenced by VDirChangeable::printStats(). |
|
|
Referenced by VLeaf::read(), VLeaf::setExecutable(), VLeaf::setSize(), VLeaf::setTimestamp(), and VLeaf::write(). |
|
Referenced by VestaSource::cedeMastership(), do_cow(), main(), Repos::log_call(), Repos::log_result(), ShortIdFailure(), and VestaSourceFailure(). |
|
Referenced by nfs_dispatch(). |
|
Referenced by nfs_dispatch(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by main(). |