Coda Distributed File System
coda-src
volutil
volutil.private.h
Go to the documentation of this file.
1
/* BLURB gpl
2
3
Coda File System
4
Release 8
5
6
Copyright (c) 1987-2021 Carnegie Mellon University
7
Additional copyrights listed below
8
9
This code is distributed "AS IS" without warranty of any kind under
10
the terms of the GNU General Public Licence Version 2, as shown in the
11
file LICENSE. The technical and financial contributors to Coda are
12
listed in the file CREDITS.
13
14
Additional copyrights
15
16
#*/
17
18
/*
19
IBM COPYRIGHT NOTICE
20
21
Copyright (C) 1986
22
International Business Machines Corporation
23
All Rights Reserved
24
25
This file contains some code identical to or derived from the 1986
26
version of the Andrew File System ("AFS"), which is owned by the IBM
27
Corporation. This code is provided "AS IS" and IBM does not warrant
28
that it is free of infringement of any intellectual rights of any
29
third party. IBM disclaims liability of any kind for any damages
30
whatsoever resulting directly or indirectly from use of this software
31
or of any derivative work. Carnegie Mellon University has obtained
32
permission to modify, distribute and sublicense this code, which is
33
based on Version 2 of AFS and does not contain the features and
34
enhancements that are part of Version 3 of AFS. Version 3 of AFS is
35
commercially available and supported by Transarc Corporation,
36
Pittsburgh, PA.
37
38
*/
39
40
/* volutil.private.h (used to be confusingly called "vutils.h") */
41
42
/* Common definitions for volume utilities */
43
44
#ifndef _VOLUTIL_PRIVATE_H_
45
#define _VOLUTIL_PRIVATE_H_ 1
46
47
#include <
coda_tsa.h
>
48
49
#define VOLUTIL_TIMEOUT 15
/* Timeout period for a remote host */
50
51
/* Exit codes -- see comments in tcp/exits.h */
52
#define VOLUTIL_RESTART 64
/* please restart this job later */
53
#define VOLUTIL_ABORT 1
/* do not restart this job */
54
55
int
CloneVnode
(
Volume
*rwVp,
Volume
*cloneVp,
int
vnodeIndex
,
56
rec_smolist
*vlist,
VnodeDiskObject
*rwVnode,
57
VnodeClass
vclass)
REQUIRES_TRANSACTION
;
58
void
PrintVersionVector
(FILE *outfile, ViceVersionVector vv);
59
60
#endif
/* _VOLUTIL_PRIVATE_H_ */
rec_smolist
Definition:
rec_smolist.h:65
coda_tsa.h
REQUIRES_TRANSACTION
#define REQUIRES_TRANSACTION
Definition:
coda_tsa.h:107
VnodeClass
int VnodeClass
Definition:
cvnode.h:67
VnodeDiskObjectStruct
Definition:
cvnode.h:98
Volume
Definition:
volume.h:234
vnodeIndex
Definition:
volume.h:218
CloneVnode
int CloneVnode(Volume *rwVp, Volume *cloneVp, int vnodeIndex, rec_smolist *vlist, VnodeDiskObject *rwVnode, VnodeClass vclass) REQUIRES_TRANSACTION
Definition:
vol-clone.cc:440
PrintVersionVector
void PrintVersionVector(FILE *outfile, ViceVersionVector vv)
Generated by
1.9.4