|
Coda Distributed File System
|
#include <stdio.h>#include <lwp/lwp.h>#include <lwp/lock.h>#include <util.h>#include "coda_string.h"#include <srv.h>#include "coppend.h"
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 |
| cpman * | CopPendingMan |
| const int | CPINTERVAL = 60 |
| void AddPairToCopPendingTable | ( | ViceStoreId * | sid, |
| ViceFid * | fid | ||
| ) |
| void AddToCopPendingTable | ( | ViceStoreId * | stid, |
| ViceFid * | fids | ||
| ) |
| intptr_t coppendhashfn | ( | void * | a | ) |
| void cpman_func | ( | void * | arg | ) |
| void InitCopPendingTable | ( | ) |
| cpman* CopPendingMan |
| const int CPINTERVAL = 60 |
| const int cpman_stacksize = 8192 |
| const int CPTIMEOUT = 900 |