Coda Distributed File System
|
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include <stdio.h>
#include "coda_string.h"
#include <rpc2/rpc2.h>
#include <rpc2/errors.h>
#include <util.h>
#include <rvmlib.h>
#include <codadir.h>
#include <res.h>
#include <volume.h>
#include <srv.h>
#include <vrdb.h>
#include <rescomm.h>
#include <lockqueue.h>
#include "resutil.h"
#include "rsle.h"
#include "parselog.h"
#include "ops.h"
Functions | |
long | RS_FetchDirContents (RPC2_Handle RPCid, ViceFid *Fid, RPC2_Integer *length, ViceStatus *status, SE_Descriptor *sed) EXCLUDES_TRANSACTION |
long | RS_ClearIncon (RPC2_Handle RPCid, ViceFid *Fid, ViceVersionVector *VV) EXCLUDES_TRANSACTION |
long RS_ClearIncon | ( | RPC2_Handle | RPCid, |
ViceFid * | Fid, | ||
ViceVersionVector * | VV | ||
) |
long RS_FetchDirContents | ( | RPC2_Handle | RPCid, |
ViceFid * | Fid, | ||
RPC2_Integer * | length, | ||
ViceStatus * | status, | ||
SE_Descriptor * | sed | ||
) |