extern.h revision 1.1 1 /* $Id: extern.h,v 1.1 1999/03/18 02:02:19 perseant Exp $ */
2
3 /*
4 * Copyright (c) 1994 James A. Jegers
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. The name of the author may not be used to endorse or promote products
13 * derived from this software without specific prior written permission
14 *
15 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27 void adjust __P((struct inodesc *, short));
28 int allocblk __P((long));
29 int allocdir __P((ino_t, ino_t, int));
30 void blkerror __P((ino_t, char *, daddr_t));
31 int bread __P((int, char *, daddr_t, long));
32 void bufinit __P((void));
33 void bwrite __P((int, char *, daddr_t, long));
34 void cacheino __P((struct dinode *, ino_t));
35 int changeino __P((ino_t, char *, ino_t));
36 struct fstab;
37 int chkrange __P((daddr_t, int));
38 void ckfini __P((int));
39 int ckinode __P((struct dinode *, struct inodesc *));
40 void clri __P((struct inodesc *, char *, int));
41 int dircheck __P((struct inodesc *, struct direct *));
42 void direrror __P((ino_t, char *));
43 int dirscan __P((struct inodesc *));
44 int dofix __P((struct inodesc *, char *));
45 void fileerror __P((ino_t, ino_t, char *));
46 int findino __P((struct inodesc *));
47 int findname __P((struct inodesc *));
48 void flush __P((int, struct bufarea *));
49 void freeblk __P((daddr_t, long));
50 void freeino __P((ino_t));
51 void freeinodebuf __P((void));
52 int ftypeok __P((struct dinode *));
53 void getpathname __P((char *, ino_t, ino_t));
54 void inocleanup __P((void));
55 void inodirty __P((void));
56 int linkup __P((ino_t, ino_t));
57 int makeentry __P((ino_t, ino_t, char *));
58 void pass0 __P((void));
59 void pass1 __P((void));
60 void pass1b __P((void));
61 void pass2 __P((void));
62 void pass3 __P((void));
63 void pass4 __P((void));
64 int pass1check __P((struct inodesc *));
65 int pass4check __P((struct inodesc *));
66 void pass5 __P((void));
67 void pinode __P((ino_t));
68 void propagate __P((void));
69 int reply __P((char *));
70 void resetinodebuf __P((void));
71 int setup __P((const char *));
72 struct dinode * getnextinode __P((ino_t));
73 void catch __P((int));
74 void catchquit __P((int));
75 void voidquit __P((int));
76