Coda Distributed File System
Functions | Variables
dummy.cc File Reference
#include <stdio.h>
#include "coda_assert.h"
#include <cvnode.h>
#include <vlist.h>
Include dependency graph for dummy.cc:

Functions

vleFindVLE (dlist &dl, ViceFid *fid)
 
void PollAndYield ()
 
void Die (const char *msg)
 
int GetFsObj (ViceFid *fid, Volume **volptr, Vnode **vptr, int lock, int VolumeLock, int ignoreIncon, int ignoreBQ, int getdirhandle)
 

Variables

int AllowResolution = 1
 
int DumpVM = 0
 
int large = 500
 
int small = 500
 
const char * CodaSrvIp = NULL
 
ViceVersionVector NullVV = { { 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0 }, 0 }
 

Function Documentation

◆ Die()

void Die ( const char *  msg)

◆ FindVLE()

vle * FindVLE ( dlist dl,
ViceFid *  fid 
)

◆ GetFsObj()

int GetFsObj ( ViceFid *  fid,
Volume **  volptr,
Vnode **  vptr,
int  lock,
int  VolumeLock,
int  ignoreIncon,
int  ignoreBQ,
int  getdirhandle 
)

◆ PollAndYield()

void PollAndYield ( )

Variable Documentation

◆ AllowResolution

int AllowResolution = 1

◆ CodaSrvIp

const char* CodaSrvIp = NULL

◆ DumpVM

int DumpVM = 0

◆ large

int large = 500

◆ NullVV

ViceVersionVector NullVV = { { 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0 }, 0 }

◆ small

int small = 500