Coda Distributed File System
codaproc.h
Go to the documentation of this file.
1/* BLURB gpl
2
3 Coda File System
4 Release 6
5
6 Copyright (c) 1987-2003 Carnegie Mellon University
7 Additional copyrights listed below
8
9This code is distributed "AS IS" without warranty of any kind under
10the terms of the GNU General Public Licence Version 2, as shown in the
11file LICENSE. The technical and financial contributors to Coda are
12listed in the file CREDITS.
13
14 Additional copyrights
15 none currently
16
17#*/
18
19/*
20 * codaproc.h
21 * Created November 1989
22 */
23
24/* for recursive removes during repairs */
25typedef struct rmBlk {
26 struct VListStruct *vlist;
29 ViceStoreId *StoreId;
32
33/* for recursive semantic checking */
34typedef struct semBlk {
38 ViceFid pFid;
39 int error;
struct rmBlk rmBlk
struct semBlk semBlk
RPC2_Integer RPC2_Handle
Definition: rpc2.h:345
Definition: srv.h:124
Definition: volume.h:234
Definition: codaproc.h:25
ClientEntry * client
Definition: codaproc.h:30
Volume * volptr
Definition: codaproc.h:28
struct VListStruct * vlist
Definition: codaproc.h:26
long VolumeId
Definition: codaproc.h:27
ViceStoreId * StoreId
Definition: codaproc.h:29
Definition: codaproc.h:34
ViceFid pFid
Definition: codaproc.h:38
int error
Definition: codaproc.h:39
ClientEntry * client
Definition: codaproc.h:36
RPC2_Handle RPCid
Definition: codaproc.h:35
Volume * volptr
Definition: codaproc.h:37