#include <stdio.h>
#include <lwp/lock.h>
#include <vice.h>
#include <rpc2/rpc2.h>
#include <ohash.h>
Go to the source code of this file.
◆ COPHASHSIZE
#define COPHASHSIZE 128 /* size of objects hash table */ |
◆ CPENTMAGIC
◆ MAXFIDS
#define MAXFIDS 4 /* The most fids used by any operation. */ |
◆ AddPairToCopPendingTable()
void AddPairToCopPendingTable |
( |
ViceStoreId * |
sid, |
|
|
ViceFid * |
fid |
|
) |
| |
◆ AddToCopPendingTable()
void AddToCopPendingTable |
( |
ViceStoreId * |
stid, |
|
|
ViceFid * |
fids |
|
) |
| |
◆ InitCopPendingTable()
void InitCopPendingTable |
( |
| ) |
|
◆ CopPendingMan