Coda Distributed File System
Functions | Variables
coppend.cc File Reference
#include <stdio.h>
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <util.h>
#include "coda_string.h"
#include <srv.h>
#include "coppend.h"
Include dependency graph for coppend.cc:

Functions

void InitCopPendingTable ()
 
void AddToCopPendingTable (ViceStoreId *stid, ViceFid *fids)
 
void AddPairToCopPendingTable (ViceStoreId *sid, ViceFid *fid)
 
intptr_t coppendhashfn (void *a)
 
void cpman_func (void *arg)
 

Variables

const int CPTIMEOUT = 900
 
const int cpman_stacksize = 8192
 
cpmanCopPendingMan
 
const int CPINTERVAL = 60
 

Function Documentation

◆ AddPairToCopPendingTable()

void AddPairToCopPendingTable ( ViceStoreId *  sid,
ViceFid *  fid 
)

◆ AddToCopPendingTable()

void AddToCopPendingTable ( ViceStoreId *  stid,
ViceFid *  fids 
)

◆ coppendhashfn()

intptr_t coppendhashfn ( void *  a)

◆ cpman_func()

void cpman_func ( void *  arg)

◆ InitCopPendingTable()

void InitCopPendingTable ( )

Variable Documentation

◆ CopPendingMan

cpman* CopPendingMan

◆ CPINTERVAL

const int CPINTERVAL = 60

◆ cpman_stacksize

const int cpman_stacksize = 8192

◆ CPTIMEOUT

const int CPTIMEOUT = 900