1 /* $NetBSD: extern.h,v 1.15 2015/10/03 08:29:06 dholland 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(struct inodesc *, short); 28 int allocblk(long); 29 int allocdir(ino_t, ino_t, int); 30 void blkerror(ino_t, const char *, daddr_t); 31 void cacheino(union lfs_dinode *, ino_t); 32 int changeino(ino_t, const char *, ino_t); 33 struct fstab; 34 void checkinode(ino_t, struct inodesc *); 35 int chkrange(daddr_t, int); 36 void ckfini(int); 37 int ckinode(union lfs_dinode *, struct inodesc *); 38 void clri(struct inodesc *, const char *, int); 39 int dircheck(struct inodesc *, LFS_DIRHEADER *); 40 void direrror(ino_t, const char *); 41 int dirscan(struct inodesc *); 42 int dofix(struct inodesc *, const char *); 43 void fileerror(ino_t, ino_t, const char *); 44 int findino(struct inodesc *); 45 int findname(struct inodesc *); 46 void freeblk(daddr_t, long); 47 void freeino(ino_t); 48 void freeinodebuf(void); 49 int ftypeok(union lfs_dinode *); 50 void getpathname(char *, size_t, ino_t, ino_t); 51 void inocleanup(void); 52 void inodirty(struct inode *); 53 int linkup(ino_t, ino_t); 54 int makeentry(ino_t, ino_t, const char *); 55 void pass0(void); 56 void pass1(void); 57 void pass1b(void); 58 void pass2(void); 59 void pass3(void); 60 void pass4(void); 61 int pass1check(struct inodesc *); 62 int pass4check(struct inodesc *); 63 void pass5(void); 64 void pass6(void); 65 int pass6check(struct inodesc *); 66 void pinode(ino_t); 67 void propagate(void); 68 int reply(const char *); 69 void resetinodebuf(void); 70 int setup(const char *); 71