18a16b7a1SPedro F. Giffuni /*- 24d846d26SWarner Losh * SPDX-License-Identifier: BSD-3-Clause and BSD-2-Clause 38a16b7a1SPedro F. Giffuni * 41c85e6a3SKirk McKusick * Copyright (c) 2002 Networks Associates Technology, Inc. 51c85e6a3SKirk McKusick * All rights reserved. 61c85e6a3SKirk McKusick * 71c85e6a3SKirk McKusick * This software was developed for the FreeBSD Project by Marshall 81c85e6a3SKirk McKusick * Kirk McKusick and Network Associates Laboratories, the Security 91c85e6a3SKirk McKusick * Research Division of Network Associates, Inc. under DARPA/SPAWAR 101c85e6a3SKirk McKusick * contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS 11363c1852SKirk McKusick * research program. 121c85e6a3SKirk McKusick * 1360c97629SRobert Watson * Redistribution and use in source and binary forms, with or without 1460c97629SRobert Watson * modification, are permitted provided that the following conditions 1560c97629SRobert Watson * are met: 1660c97629SRobert Watson * 1. Redistributions of source code must retain the above copyright 1760c97629SRobert Watson * notice, this list of conditions and the following disclaimer. 1860c97629SRobert Watson * 2. Redistributions in binary form must reproduce the above copyright 1960c97629SRobert Watson * notice, this list of conditions and the following disclaimer in the 2060c97629SRobert Watson * documentation and/or other materials provided with the distribution. 2160c97629SRobert Watson * 2260c97629SRobert Watson * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 2360c97629SRobert Watson * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2460c97629SRobert Watson * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2560c97629SRobert Watson * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2660c97629SRobert Watson * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2760c97629SRobert Watson * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2860c97629SRobert Watson * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2960c97629SRobert Watson * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3060c97629SRobert Watson * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3160c97629SRobert Watson * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3260c97629SRobert Watson * SUCH DAMAGE. 3360c97629SRobert Watson * 348fae3551SRodney W. Grimes * Copyright (c) 1980, 1986, 1993 358fae3551SRodney W. Grimes * The Regents of the University of California. All rights reserved. 368fae3551SRodney W. Grimes * 378fae3551SRodney W. Grimes * Redistribution and use in source and binary forms, with or without 388fae3551SRodney W. Grimes * modification, are permitted provided that the following conditions 398fae3551SRodney W. Grimes * are met: 408fae3551SRodney W. Grimes * 1. Redistributions of source code must retain the above copyright 418fae3551SRodney W. Grimes * notice, this list of conditions and the following disclaimer. 428fae3551SRodney W. Grimes * 2. Redistributions in binary form must reproduce the above copyright 438fae3551SRodney W. Grimes * notice, this list of conditions and the following disclaimer in the 448fae3551SRodney W. Grimes * documentation and/or other materials provided with the distribution. 45fbbd9655SWarner Losh * 3. Neither the name of the University nor the names of its contributors 468fae3551SRodney W. Grimes * may be used to endorse or promote products derived from this software 478fae3551SRodney W. Grimes * without specific prior written permission. 488fae3551SRodney W. Grimes * 498fae3551SRodney W. Grimes * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 508fae3551SRodney W. Grimes * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 518fae3551SRodney W. Grimes * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 528fae3551SRodney W. Grimes * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 538fae3551SRodney W. Grimes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 548fae3551SRodney W. Grimes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 558fae3551SRodney W. Grimes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 568fae3551SRodney W. Grimes * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 578fae3551SRodney W. Grimes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 588fae3551SRodney W. Grimes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 598fae3551SRodney W. Grimes * SUCH DAMAGE. 608fae3551SRodney W. Grimes */ 618fae3551SRodney W. Grimes 62d00690aeSPawel Jakub Dawidek #ifndef _FSCK_H_ 63d00690aeSPawel Jakub Dawidek #define _FSCK_H_ 64d00690aeSPawel Jakub Dawidek 65780a5c1eSPeter Wemm #include <unistd.h> 66780a5c1eSPeter Wemm #include <stdlib.h> 67780a5c1eSPeter Wemm #include <stdio.h> 68*772430ddSKirk McKusick #include <libufs.h> 69780a5c1eSPeter Wemm 702ec5c914SKirk McKusick #include <sys/queue.h> 712ec5c914SKirk McKusick 728fae3551SRodney W. Grimes #define MAXDUP 10 /* limit on dup blks (per inode) */ 738fae3551SRodney W. Grimes #define MAXBAD 10 /* limit on bad blks (per inode) */ 745cc52631SKirk McKusick #define MINBUFS 100 /* minimum number of buffers required */ 752ec5c914SKirk McKusick #define INOBUFSIZE 64*1024 /* size of buffer to read inodes in pass1 */ 762b5373deSDag-Erling Smørgrav #define ZEROBUFSIZE (dev_bsize * 128) /* size of zero buffer used by -Z */ 778fae3551SRodney W. Grimes 781c85e6a3SKirk McKusick #define DIP(dp, field) \ 791c85e6a3SKirk McKusick ((sblock.fs_magic == FS_UFS1_MAGIC) ? \ 801c85e6a3SKirk McKusick (dp)->dp1.field : (dp)->dp2.field) 811c85e6a3SKirk McKusick 82c3b2344bSScott Long #define DIP_SET(dp, field, val) do { \ 83c3b2344bSScott Long if (sblock.fs_magic == FS_UFS1_MAGIC) \ 84c3b2344bSScott Long (dp)->dp1.field = (val); \ 85c3b2344bSScott Long else \ 86c3b2344bSScott Long (dp)->dp2.field = (val); \ 87c3b2344bSScott Long } while (0) 88c3b2344bSScott Long 89d33e92f9SJulian Elischer /* 90d33e92f9SJulian Elischer * Each inode on the file system is described by the following structure. 91d33e92f9SJulian Elischer * The linkcnt is initially set to the value in the inode. Each time it 92d33e92f9SJulian Elischer * is found during the descent in passes 2, 3, and 4 the count is 93d33e92f9SJulian Elischer * decremented. Any inodes whose count is non-zero after pass 4 needs to 94d33e92f9SJulian Elischer * have its link count adjusted by the value remaining in ino_linkcnt. 95d33e92f9SJulian Elischer */ 96d33e92f9SJulian Elischer struct inostat { 975cc52631SKirk McKusick u_char ino_state; /* state of inode, see below */ 985cc52631SKirk McKusick u_char ino_type:4; /* type of inode */ 995cc52631SKirk McKusick u_char ino_idtype:4; /* idesc id_type, SNAP or ADDR */ 1005cc52631SKirk McKusick u_short ino_linkcnt; /* number of links not found */ 101d33e92f9SJulian Elischer }; 102d33e92f9SJulian Elischer /* 103d33e92f9SJulian Elischer * Inode states. 104d33e92f9SJulian Elischer */ 105af6726e6SDon Lewis #define USTATE 0x1 /* inode not allocated */ 106af6726e6SDon Lewis #define FSTATE 0x2 /* inode is file */ 107af6726e6SDon Lewis #define FZLINK 0x3 /* inode is file with a link count of zero */ 108af6726e6SDon Lewis #define DSTATE 0x4 /* inode is directory */ 109af6726e6SDon Lewis #define DZLINK 0x5 /* inode is directory with a zero link count */ 110af6726e6SDon Lewis #define DFOUND 0x6 /* directory found during descent */ 111af6726e6SDon Lewis /* 0x7 UNUSED - see S_IS_DVALID() definition */ 112af6726e6SDon Lewis #define DCLEAR 0x8 /* directory is to be cleared */ 113af6726e6SDon Lewis #define FCLEAR 0x9 /* file is to be cleared */ 114af6726e6SDon Lewis /* DUNFOUND === (state == DSTATE || state == DZLINK) */ 115af6726e6SDon Lewis #define S_IS_DUNFOUND(state) (((state) & ~0x1) == DSTATE) 116af6726e6SDon Lewis /* DVALID === (state == DSTATE || state == DZLINK || state == DFOUND) */ 117af6726e6SDon Lewis #define S_IS_DVALID(state) (((state) & ~0x3) == DSTATE) 118af6726e6SDon Lewis #define INO_IS_DUNFOUND(ino) S_IS_DUNFOUND(inoinfo(ino)->ino_state) 119af6726e6SDon Lewis #define INO_IS_DVALID(ino) S_IS_DVALID(inoinfo(ino)->ino_state) 120d33e92f9SJulian Elischer /* 121d33e92f9SJulian Elischer * Inode state information is contained on per cylinder group lists 122d33e92f9SJulian Elischer * which are described by the following structure. 123d33e92f9SJulian Elischer */ 124c3e9752eSKyle Evans extern struct inostatlist { 125d33e92f9SJulian Elischer long il_numalloced; /* number of inodes allocated in this cg */ 126d33e92f9SJulian Elischer struct inostat *il_stat;/* inostat info for this cylinder group */ 127d33e92f9SJulian Elischer } *inostathead; 1288fae3551SRodney W. Grimes 1298fae3551SRodney W. Grimes /* 1305cc52631SKirk McKusick * Structure to reference a dinode. 1315cc52631SKirk McKusick */ 1325cc52631SKirk McKusick struct inode { 1335cc52631SKirk McKusick struct bufarea *i_bp; /* buffer containing the dinode */ 1345cc52631SKirk McKusick union dinode *i_dp; /* pointer to dinode in buffer */ 1355cc52631SKirk McKusick ino_t i_number; /* inode number */ 1365cc52631SKirk McKusick }; 1375cc52631SKirk McKusick 1385cc52631SKirk McKusick /* 1395cc52631SKirk McKusick * Size of hash tables 1405cc52631SKirk McKusick */ 1415cc52631SKirk McKusick #define HASHSIZE 2048 1425cc52631SKirk McKusick #define HASH(x) ((x * 2654435761) & (HASHSIZE - 1)) 1435cc52631SKirk McKusick 1445cc52631SKirk McKusick /* 1458fae3551SRodney W. Grimes * buffer cache structure. 1468fae3551SRodney W. Grimes */ 1478fae3551SRodney W. Grimes struct bufarea { 1485cc52631SKirk McKusick TAILQ_ENTRY(bufarea) b_list; /* LRU buffer queue */ 1495cc52631SKirk McKusick LIST_ENTRY(bufarea) b_hash; /* hash list */ 15068dc94c7SKirk McKusick ufs2_daddr_t b_bno; /* disk block number */ 15168dc94c7SKirk McKusick int b_size; /* size of I/O */ 15268dc94c7SKirk McKusick int b_errs; /* I/O error */ 15368dc94c7SKirk McKusick int b_flags; /* B_ flags below */ 15468dc94c7SKirk McKusick int b_type; /* BT_ type below */ 1555cc52631SKirk McKusick int b_refcnt; /* ref count of users */ 1565cc52631SKirk McKusick int b_index; /* for BT_LEVEL, ptr index */ 1575cc52631SKirk McKusick /* for BT_INODES, first inum */ 1588fae3551SRodney W. Grimes union { 1598fae3551SRodney W. Grimes char *b_buf; /* buffer space */ 1601c85e6a3SKirk McKusick ufs1_daddr_t *b_indir1; /* UFS1 indirect block */ 1611c85e6a3SKirk McKusick ufs2_daddr_t *b_indir2; /* UFS2 indirect block */ 1628fae3551SRodney W. Grimes struct fs *b_fs; /* super block */ 1638fae3551SRodney W. Grimes struct cg *b_cg; /* cylinder group */ 1641c85e6a3SKirk McKusick struct ufs1_dinode *b_dinode1; /* UFS1 inode block */ 1651c85e6a3SKirk McKusick struct ufs2_dinode *b_dinode2; /* UFS2 inode block */ 1668fae3551SRodney W. Grimes } b_un; 1678fae3551SRodney W. Grimes }; 168c3b2344bSScott Long 1691c85e6a3SKirk McKusick #define IBLK(bp, i) \ 1701c85e6a3SKirk McKusick ((sblock.fs_magic == FS_UFS1_MAGIC) ? \ 1711c85e6a3SKirk McKusick (bp)->b_un.b_indir1[i] : (bp)->b_un.b_indir2[i]) 1728fae3551SRodney W. Grimes 173c3b2344bSScott Long #define IBLK_SET(bp, i, val) do { \ 174c3b2344bSScott Long if (sblock.fs_magic == FS_UFS1_MAGIC) \ 175c3b2344bSScott Long (bp)->b_un.b_indir1[i] = (val); \ 176c3b2344bSScott Long else \ 177c3b2344bSScott Long (bp)->b_un.b_indir2[i] = (val); \ 178c3b2344bSScott Long } while (0) 179c3b2344bSScott Long 1802ec5c914SKirk McKusick /* 1812ec5c914SKirk McKusick * Buffer flags 1822ec5c914SKirk McKusick */ 1835cc52631SKirk McKusick #define B_DIRTY 0x00000001 /* Buffer is dirty */ 184ed75b5a1SKirk McKusick /* 185ed75b5a1SKirk McKusick * Type of data in buffer 186ed75b5a1SKirk McKusick */ 18768dc94c7SKirk McKusick #define BT_UNKNOWN 0 /* Buffer type is unknown */ 188ed75b5a1SKirk McKusick #define BT_SUPERBLK 1 /* Buffer holds a superblock */ 189ed75b5a1SKirk McKusick #define BT_CYLGRP 2 /* Buffer holds a cylinder group map */ 190ed75b5a1SKirk McKusick #define BT_LEVEL1 3 /* Buffer holds single level indirect */ 191ed75b5a1SKirk McKusick #define BT_LEVEL2 4 /* Buffer holds double level indirect */ 192ed75b5a1SKirk McKusick #define BT_LEVEL3 5 /* Buffer holds triple level indirect */ 193ed75b5a1SKirk McKusick #define BT_EXTATTR 6 /* Buffer holds external attribute data */ 19468dc94c7SKirk McKusick #define BT_INODES 7 /* Buffer holds inodes */ 195ed75b5a1SKirk McKusick #define BT_DIRDATA 8 /* Buffer holds directory data */ 196ed75b5a1SKirk McKusick #define BT_DATA 9 /* Buffer holds user data */ 197460ed610SKirk McKusick #define BT_NUMBUFTYPES 10 198ed75b5a1SKirk McKusick #define BT_NAMES { \ 199ed75b5a1SKirk McKusick "unknown", \ 200ed75b5a1SKirk McKusick "Superblock", \ 201ed75b5a1SKirk McKusick "Cylinder Group", \ 202ed75b5a1SKirk McKusick "Single Level Indirect", \ 203ed75b5a1SKirk McKusick "Double Level Indirect", \ 204ed75b5a1SKirk McKusick "Triple Level Indirect", \ 205ed75b5a1SKirk McKusick "External Attribute", \ 206ed75b5a1SKirk McKusick "Inode Block", \ 207ed75b5a1SKirk McKusick "Directory Contents", \ 208460ed610SKirk McKusick "User Data" } 2095cc52631SKirk McKusick extern char *buftype[]; 2105cc52631SKirk McKusick #define BT_BUFTYPE(type) \ 2115cc52631SKirk McKusick type < BT_NUMBUFTYPES ? buftype[type] : buftype[BT_UNKNOWN] 2127703a6ffSScott Long extern long readcnt[BT_NUMBUFTYPES]; 2137703a6ffSScott Long extern long totalreadcnt[BT_NUMBUFTYPES]; 2147703a6ffSScott Long extern struct timespec readtime[BT_NUMBUFTYPES]; 2157703a6ffSScott Long extern struct timespec totalreadtime[BT_NUMBUFTYPES]; 2167703a6ffSScott Long extern struct timespec startprog; 2178fae3551SRodney W. Grimes 2185cc52631SKirk McKusick extern struct bufarea *icachebp; /* inode cache buffer */ 2197703a6ffSScott Long extern struct bufarea sblk; /* file system superblock */ 2207703a6ffSScott Long extern struct bufarea *pdirbp; /* current directory contents */ 2218fae3551SRodney W. Grimes 222bf58d635SIan Dowse #define dirty(bp) do { \ 2237578c6abSKirk McKusick if (fswritefd < 0) \ 2247578c6abSKirk McKusick pfatal("SETTING DIRTY FLAG IN READ_ONLY MODE\n"); \ 2257578c6abSKirk McKusick else \ 2265cc52631SKirk McKusick (bp)->b_flags |= B_DIRTY; \ 227bf58d635SIan Dowse } while (0) 228ed75b5a1SKirk McKusick #define initbarea(bp, type) do { \ 229460ed610SKirk McKusick (bp)->b_bno = (ufs2_daddr_t)-4; \ 230fc56fd26SKirk McKusick (bp)->b_size = 0; \ 231fc56fd26SKirk McKusick (bp)->b_errs = 0; \ 232bf58d635SIan Dowse (bp)->b_flags = 0; \ 233fc56fd26SKirk McKusick (bp)->b_type = type; \ 2345cc52631SKirk McKusick (bp)->b_refcnt = 0; \ 2355cc52631SKirk McKusick (bp)->b_index = 0; \ 236bf58d635SIan Dowse } while (0) 2378fae3551SRodney W. Grimes 2387578c6abSKirk McKusick #define sbdirty() dirty(&sblk) 2398fae3551SRodney W. Grimes #define sblock (*sblk.b_un.b_fs) 2408fae3551SRodney W. Grimes 2418fae3551SRodney W. Grimes enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; 2427703a6ffSScott Long extern ino_t cursnapshot; 2438fae3551SRodney W. Grimes 2448fae3551SRodney W. Grimes struct inodesc { 2458fae3551SRodney W. Grimes enum fixstate id_fix; /* policy on fixing errors */ 246599304a4SPoul-Henning Kamp int (*id_func)(struct inodesc *); 247599304a4SPoul-Henning Kamp /* function to be applied to blocks of inode */ 2485cc52631SKirk McKusick struct bufarea *id_bp; /* ckinode: buffer with indirect pointers */ 2495cc52631SKirk McKusick union dinode *id_dp; /* ckinode: dinode being traversed */ 2508fae3551SRodney W. Grimes ino_t id_number; /* inode number described */ 2518fae3551SRodney W. Grimes ino_t id_parent; /* for DATA nodes, their parent */ 2521c85e6a3SKirk McKusick ufs_lbn_t id_lbn; /* logical block number of current block */ 2531c85e6a3SKirk McKusick ufs2_daddr_t id_blkno; /* current block number being examined */ 254d4833913SKirk McKusick int id_level; /* level of indirection of this block */ 2558fae3551SRodney W. Grimes int id_numfrags; /* number of frags contained in block */ 256ac4b20a0SKirk McKusick ufs_lbn_t id_lballoc; /* pass1: last LBN that is allocated */ 2571c85e6a3SKirk McKusick off_t id_filesize; /* for DATA nodes, the size of the directory */ 2581c85e6a3SKirk McKusick ufs2_daddr_t id_entryno;/* for DATA nodes, current entry number */ 2598fae3551SRodney W. Grimes int id_loc; /* for DATA nodes, current location in dir */ 2608fae3551SRodney W. Grimes struct direct *id_dirp; /* for DATA nodes, ptr to current entry */ 2618fae3551SRodney W. Grimes char *id_name; /* for DATA nodes, name to find or enter */ 2625cc52631SKirk McKusick char id_type; /* type of descriptor, DATA, ADDR, or SNAP */ 2638fae3551SRodney W. Grimes }; 2648fae3551SRodney W. Grimes /* file types */ 265142d8d2fSKirk McKusick #define DATA 1 /* a directory */ 266142d8d2fSKirk McKusick #define SNAP 2 /* a snapshot */ 267142d8d2fSKirk McKusick #define ADDR 3 /* anything but a directory or a snapshot */ 2688fae3551SRodney W. Grimes 2698fae3551SRodney W. Grimes /* 2708fae3551SRodney W. Grimes * Linked list of duplicate blocks. 2718fae3551SRodney W. Grimes * 2728fae3551SRodney W. Grimes * The list is composed of two parts. The first part of the 2738fae3551SRodney W. Grimes * list (from duplist through the node pointed to by muldup) 2748fae3551SRodney W. Grimes * contains a single copy of each duplicate block that has been 2758fae3551SRodney W. Grimes * found. The second part of the list (from muldup to the end) 2768fae3551SRodney W. Grimes * contains duplicate blocks that have been found more than once. 2778fae3551SRodney W. Grimes * To check if a block has been found as a duplicate it is only 2788fae3551SRodney W. Grimes * necessary to search from duplist through muldup. To find the 2798fae3551SRodney W. Grimes * total number of times that a block has been found as a duplicate 2804b85a12fSUlrich Spörlein * the entire list must be searched for occurrences of the block 2818fae3551SRodney W. Grimes * in question. The following diagram shows a sample list where 2828fae3551SRodney W. Grimes * w (found twice), x (found once), y (found three times), and z 2838fae3551SRodney W. Grimes * (found once) are duplicate block numbers: 2848fae3551SRodney W. Grimes * 2858fae3551SRodney W. Grimes * w -> y -> x -> z -> y -> w -> y 2868fae3551SRodney W. Grimes * ^ ^ 2878fae3551SRodney W. Grimes * | | 2888fae3551SRodney W. Grimes * duplist muldup 2898fae3551SRodney W. Grimes */ 2908fae3551SRodney W. Grimes struct dups { 2918fae3551SRodney W. Grimes struct dups *next; 2921c85e6a3SKirk McKusick ufs2_daddr_t dup; 2938fae3551SRodney W. Grimes }; 294c3e9752eSKyle Evans extern struct dups *duplist; /* head of dup list */ 295c3e9752eSKyle Evans extern struct dups *muldup; /* end of unique duplicate dup block numbers */ 2968fae3551SRodney W. Grimes 2978fae3551SRodney W. Grimes /* 2988fae3551SRodney W. Grimes * Inode cache data structures. 2998fae3551SRodney W. Grimes */ 30052f97104SKirk McKusick struct inoinfo { 30152f97104SKirk McKusick SLIST_ENTRY(inoinfo) i_hash; /* hash list */ 3028fae3551SRodney W. Grimes ino_t i_number; /* inode number of this entry */ 3038fae3551SRodney W. Grimes ino_t i_parent; /* inode number of parent */ 3048fae3551SRodney W. Grimes ino_t i_dotdot; /* inode number of `..' */ 3058fae3551SRodney W. Grimes size_t i_isize; /* size of inode */ 306fe5e6e2cSKirk McKusick u_int i_depth; /* depth of directory from root */ 307f4fc3895SKirk McKusick u_int i_flags; /* flags, see below */ 3088fae3551SRodney W. Grimes u_int i_numblks; /* size of block array in bytes */ 3091c85e6a3SKirk McKusick ufs2_daddr_t i_blks[1]; /* actually longer */ 31052f97104SKirk McKusick }; 31152f97104SKirk McKusick extern SLIST_HEAD(inohash, inoinfo) *inphash; 31252f97104SKirk McKusick extern struct inoinfo **inpsort; 313f4fc3895SKirk McKusick /* 314f4fc3895SKirk McKusick * flags for struct inoinfo 315f4fc3895SKirk McKusick */ 316f4fc3895SKirk McKusick #define INFO_NEW 0x0000001 /* replaced broken directory */ 317f4fc3895SKirk McKusick 318f6717697SPedro F. Giffuni extern long dirhash, inplast; 319f6717697SPedro F. Giffuni extern unsigned long numdirs, listmax; 3207703a6ffSScott Long extern long countdirs; /* number of directories we actually found */ 3218fae3551SRodney W. Grimes 3227578c6abSKirk McKusick #define MIBSIZE 3 /* size of fsck sysctl MIBs */ 323bf46c0a9SKirk McKusick extern int adjblkcnt[MIBSIZE]; /* MIB cmd to adjust inode block count */ 324bf46c0a9SKirk McKusick extern int adjrefcnt[MIBSIZE]; /* MIB cmd to adjust inode reference count */ 325bf46c0a9SKirk McKusick extern int adjndir[MIBSIZE]; /* MIB cmd to adjust number of directories */ 326bf46c0a9SKirk McKusick extern int adjnbfree[MIBSIZE]; /* MIB cmd to adjust number of free blocks */ 327bf46c0a9SKirk McKusick extern int adjnifree[MIBSIZE]; /* MIB cmd to adjust number of free inodes */ 328bf46c0a9SKirk McKusick extern int adjnffree[MIBSIZE]; /* MIB cmd to adjust number of free frags */ 329bf46c0a9SKirk McKusick extern int adjnumclusters[MIBSIZE]; /* MIB cmd adjust number of free clusters */ 330e4a905d1SKirk McKusick extern int adjdepth[MIBSIZE]; /* MIB cmd to adjust directory depth count */ 331bf46c0a9SKirk McKusick extern int freefiles[MIBSIZE]; /* MIB cmd to free a set of files */ 332bf46c0a9SKirk McKusick extern int freedirs[MIBSIZE]; /* MIB cmd to free a set of directories */ 333bf46c0a9SKirk McKusick extern int freeblks[MIBSIZE]; /* MIB cmd to free a set of data blocks */ 334bf46c0a9SKirk McKusick extern int setsize[MIBSIZE]; /* MIB cmd to set inode size */ 3357703a6ffSScott Long extern struct fsck_cmd cmd; /* sysctl file system update commands */ 336bf46c0a9SKirk McKusick 337bf46c0a9SKirk McKusick extern int bkgrdcheck; /* determine if background check is possible */ 338bf46c0a9SKirk McKusick extern int bkgrdsumadj; /* whether the kernel has the ability to adjust 339bf46c0a9SKirk McKusick the superblock summary fields */ 340dffce215SKirk McKusick extern off_t bflag; /* location of alternate super block */ 341bf46c0a9SKirk McKusick extern int bkgrdflag; /* use a snapshot to run on an active system */ 342bf46c0a9SKirk McKusick extern char *blockmap; /* ptr to primary blk allocation map */ 343bf46c0a9SKirk McKusick extern char *cdevname; /* name of device being checked */ 344da86e7a2SKirk McKusick extern int cgheader_corrupt; /* one or more CG headers are corrupt */ 345bf46c0a9SKirk McKusick extern char ckclean; /* only do work if not cleanly unmounted */ 346bf46c0a9SKirk McKusick extern int ckhashadd; /* check hashes to be added */ 347460ed610SKirk McKusick extern char *copybuf; /* buffer to copy snapshot blocks */ 348bf46c0a9SKirk McKusick extern int cvtlevel; /* convert to newer file system format */ 349bf46c0a9SKirk McKusick extern long dev_bsize; /* computed value of DEV_BSIZE */ 350bf46c0a9SKirk McKusick extern u_int real_dev_bsize; /* actual disk sector size, not overridden */ 3517703a6ffSScott Long extern int debug; /* output debugging info */ 3527703a6ffSScott Long extern int Eflag; /* delete empty data blocks */ 3537703a6ffSScott Long extern int fsmodified; /* 1 => write done to file system */ 3547703a6ffSScott Long extern int fsreadfd; /* file descriptor for reading file system */ 3557703a6ffSScott Long extern int fswritefd; /* file descriptor for writing file system */ 356bf46c0a9SKirk McKusick extern char havesb; /* superblock has been read */ 357bf46c0a9SKirk McKusick extern int inoopt; /* trim out unused inodes */ 3587703a6ffSScott Long extern ino_t lfdir; /* lost & found directory inode number */ 3597703a6ffSScott Long extern int lfmode; /* lost & found directory creation mode */ 360bf46c0a9SKirk McKusick extern const char *lfname; /* lost & found directory name */ 361bf46c0a9SKirk McKusick extern ufs2_daddr_t maxfsblock; /* number of blocks in the file system */ 362bf46c0a9SKirk McKusick extern ino_t maxino; /* number of inodes in file system */ 3637703a6ffSScott Long extern ufs2_daddr_t n_blks; /* number of blocks in use */ 3647703a6ffSScott Long extern ino_t n_files; /* number of files in use */ 365bf46c0a9SKirk McKusick extern char nflag; /* assume a no response */ 366bf46c0a9SKirk McKusick extern char preen; /* just fix normal inconsistencies */ 367bf46c0a9SKirk McKusick extern char rerun; /* rerun fsck. Only used in non-preen mode */ 368bf46c0a9SKirk McKusick extern char resolved; /* cleared if unresolved changes => not clean */ 369bf46c0a9SKirk McKusick extern int returntosingle; /* 1 => return to single user mode on exit */ 370bf46c0a9SKirk McKusick extern long secsize; /* actual disk sector size */ 371bf46c0a9SKirk McKusick extern char skipclean; /* skip clean file systems if preening */ 372460ed610SKirk McKusick extern int snapcnt; /* number of active snapshots */ 373460ed610SKirk McKusick extern struct inode snaplist[FSMAXSNAP + 1]; /* list of active snapshots */ 374bf46c0a9SKirk McKusick extern int sujrecovery; /* 1 => doing check using the journal */ 375bf46c0a9SKirk McKusick extern int surrender; /* Give up if reads fail */ 376bf46c0a9SKirk McKusick extern char usedsoftdep; /* just fix soft dependency inconsistencies */ 377bf46c0a9SKirk McKusick extern int wantrestart; /* Restart fsck on early termination */ 378bf46c0a9SKirk McKusick extern char yflag; /* assume a yes response */ 379bf46c0a9SKirk McKusick extern int zflag; /* zero unused directory space */ 380bf46c0a9SKirk McKusick extern int Zflag; /* zero empty data blocks */ 3818fae3551SRodney W. Grimes 3827703a6ffSScott Long extern volatile sig_atomic_t got_siginfo; /* received a SIGINFO */ 3837703a6ffSScott Long extern volatile sig_atomic_t got_sigalarm; /* received a SIGALRM */ 3846db798caSIan Dowse 3851c85e6a3SKirk McKusick #define clearinode(dp) \ 3861c85e6a3SKirk McKusick if (sblock.fs_magic == FS_UFS1_MAGIC) { \ 3875cc52631SKirk McKusick (dp)->dp1 = zino.dp1; \ 3881c85e6a3SKirk McKusick } else { \ 3895cc52631SKirk McKusick (dp)->dp2 = zino.dp2; \ 3901c85e6a3SKirk McKusick } 3915cc52631SKirk McKusick extern union dinode zino; 3928fae3551SRodney W. Grimes 3938fae3551SRodney W. Grimes #define setbmap(blkno) setbit(blockmap, blkno) 3948fae3551SRodney W. Grimes #define testbmap(blkno) isset(blockmap, blkno) 3958fae3551SRodney W. Grimes #define clrbmap(blkno) clrbit(blockmap, blkno) 3968fae3551SRodney W. Grimes 3978fae3551SRodney W. Grimes #define STOP 0x01 3988fae3551SRodney W. Grimes #define SKIP 0x02 3998fae3551SRodney W. Grimes #define KEEPON 0x04 4008fae3551SRodney W. Grimes #define ALTERED 0x08 4018fae3551SRodney W. Grimes #define FOUND 0x10 4028fae3551SRodney W. Grimes 403780a5c1eSPeter Wemm #define EEXIT 8 /* Standard error exit. */ 404469759f8SDavid Bright #define ERERUN 16 /* fsck needs to be re-run. */ 4057703a6ffSScott Long #define ERESTART -1 406780a5c1eSPeter Wemm 40781fbded2SKirk McKusick int flushentry(void); 40881fbded2SKirk McKusick /* 40981fbded2SKirk McKusick * Wrapper for malloc() that flushes the cylinder group cache to try 41081fbded2SKirk McKusick * to get space. 41181fbded2SKirk McKusick */ 41281fbded2SKirk McKusick static inline void* 413eff68496SKirk McKusick Malloc(size_t size) 41481fbded2SKirk McKusick { 41581fbded2SKirk McKusick void *retval; 41681fbded2SKirk McKusick 41781fbded2SKirk McKusick while ((retval = malloc(size)) == NULL) 41881fbded2SKirk McKusick if (flushentry() == 0) 41981fbded2SKirk McKusick break; 42081fbded2SKirk McKusick return (retval); 42181fbded2SKirk McKusick } 422*772430ddSKirk McKusick /* 423*772430ddSKirk McKusick * Allocate a block of memory to be used as an I/O buffer. 424*772430ddSKirk McKusick * Ensure that the buffer is aligned to the I/O subsystem requirements. 425*772430ddSKirk McKusick */ 426*772430ddSKirk McKusick static inline void* 427*772430ddSKirk McKusick Balloc(size_t size) 428*772430ddSKirk McKusick { 429*772430ddSKirk McKusick void *retval; 430*772430ddSKirk McKusick 431*772430ddSKirk McKusick while ((retval = aligned_alloc(LIBUFS_BUFALIGN, size)) == NULL) 432*772430ddSKirk McKusick if (flushentry() == 0) 433*772430ddSKirk McKusick break; 434*772430ddSKirk McKusick return (retval); 435*772430ddSKirk McKusick } 43681fbded2SKirk McKusick 43781fbded2SKirk McKusick /* 43881fbded2SKirk McKusick * Wrapper for calloc() that flushes the cylinder group cache to try 43981fbded2SKirk McKusick * to get space. 44081fbded2SKirk McKusick */ 44181fbded2SKirk McKusick static inline void* 442eff68496SKirk McKusick Calloc(size_t cnt, size_t size) 44381fbded2SKirk McKusick { 44481fbded2SKirk McKusick void *retval; 44581fbded2SKirk McKusick 44681fbded2SKirk McKusick while ((retval = calloc(cnt, size)) == NULL) 44781fbded2SKirk McKusick if (flushentry() == 0) 44881fbded2SKirk McKusick break; 44981fbded2SKirk McKusick return (retval); 45081fbded2SKirk McKusick } 45181fbded2SKirk McKusick 452780a5c1eSPeter Wemm struct fstab; 453780a5c1eSPeter Wemm 454d33e92f9SJulian Elischer 455b70cd7eeSWarner Losh void adjust(struct inodesc *, int lcnt); 4565cc52631SKirk McKusick void alarmhandler(int sig); 457460ed610SKirk McKusick ufs2_daddr_t allocblk(long cg, long frags, ufs2_daddr_t (*checkblkavail) 458460ed610SKirk McKusick (ufs2_daddr_t blkno, long frags)); 459b70cd7eeSWarner Losh ino_t allocdir(ino_t parent, ino_t request, int mode); 460b70cd7eeSWarner Losh ino_t allocino(ino_t request, int type); 461460ed610SKirk McKusick void binval(struct bufarea *); 462599304a4SPoul-Henning Kamp void blkerror(ino_t ino, const char *type, ufs2_daddr_t blk); 463b70cd7eeSWarner Losh char *blockcheck(char *name); 464aef8d244SPawel Jakub Dawidek int blread(int fd, char *buf, ufs2_daddr_t blk, long size); 465b70cd7eeSWarner Losh void bufinit(void); 4664a835375SDavid E. O'Brien void blwrite(int fd, char *buf, ufs2_daddr_t blk, ssize_t size); 4678d3dfc26SDag-Erling Smørgrav void blerase(int fd, ufs2_daddr_t blk, long size); 4682b5373deSDag-Erling Smørgrav void blzero(int fd, ufs2_daddr_t blk, long size); 4695cc52631SKirk McKusick void brelse(struct bufarea *); 470f4fc3895SKirk McKusick struct inoinfo *cacheino(union dinode *dp, ino_t inumber); 471b70cd7eeSWarner Losh void catch(int); 472b70cd7eeSWarner Losh void catchquit(int); 4738ebae128SKirk McKusick void cgdirty(struct bufarea *); 4745cc52631SKirk McKusick struct bufarea *cglookup(int cg); 475fe5e6e2cSKirk McKusick int changeino(ino_t dir, const char *name, ino_t newnum, int depth); 476460ed610SKirk McKusick void check_blkcnt(struct inode *ip); 47740647558SChuck Silvers int check_cgmagic(int cg, struct bufarea *cgbp); 47840647558SChuck Silvers void rebuild_cg(int cg, struct bufarea *cgbp); 479fe5e6e2cSKirk McKusick void check_dirdepth(struct inoinfo *inp); 480101a9ac0SKirk McKusick int chkfilesize(mode_t mode, u_int64_t filesize); 4811c85e6a3SKirk McKusick int chkrange(ufs2_daddr_t blk, int cnt); 482b70cd7eeSWarner Losh void ckfini(int markclean); 4831c85e6a3SKirk McKusick int ckinode(union dinode *dp, struct inodesc *); 484599304a4SPoul-Henning Kamp void clri(struct inodesc *, const char *type, int flag); 485b70cd7eeSWarner Losh int clearentry(struct inodesc *); 486460ed610SKirk McKusick void copyonwrite(struct fs *, struct bufarea *, 487689a9368SKirk McKusick ufs2_daddr_t (*checkblkavail)(ufs2_daddr_t, long)); 488599304a4SPoul-Henning Kamp void direrror(ino_t ino, const char *errmesg); 489b70cd7eeSWarner Losh int dirscan(struct inodesc *); 490599304a4SPoul-Henning Kamp int dofix(struct inodesc *, const char *msg); 49151869213SPoul-Henning Kamp int eascan(struct inodesc *, struct ufs2_dinode *dp); 492599304a4SPoul-Henning Kamp void fileerror(ino_t cwd, ino_t ino, const char *errmesg); 493ed75b5a1SKirk McKusick void finalIOstats(void); 494b70cd7eeSWarner Losh int findino(struct inodesc *); 495b70cd7eeSWarner Losh int findname(struct inodesc *); 496b70cd7eeSWarner Losh void flush(int fd, struct bufarea *bp); 4977180f1abSKirk McKusick int freeblock(struct inodesc *); 49852f97104SKirk McKusick void freedirino(ino_t ino, ino_t parent); 499b70cd7eeSWarner Losh void freeino(ino_t ino); 500b70cd7eeSWarner Losh void freeinodebuf(void); 501460ed610SKirk McKusick void fsckinit(void); 5027703a6ffSScott Long void fsutilinit(void); 5031c85e6a3SKirk McKusick int ftypeok(union dinode *dp); 5041c85e6a3SKirk McKusick void getblk(struct bufarea *bp, ufs2_daddr_t blk, long size); 505ed75b5a1SKirk McKusick struct bufarea *getdatablk(ufs2_daddr_t blkno, long size, int type); 506b70cd7eeSWarner Losh struct inoinfo *getinoinfo(ino_t inumber); 507da86e7a2SKirk McKusick union dinode *getnextinode(ino_t inumber, int rebuiltcg); 508b70cd7eeSWarner Losh void getpathname(char *namebuf, ino_t curdir, ino_t ino); 5095cc52631SKirk McKusick void ginode(ino_t, struct inode *); 510460ed610SKirk McKusick void gjournal_check(const char *filesys); 511b70cd7eeSWarner Losh void infohandler(int sig); 5125cc52631SKirk McKusick void irelse(struct inode *); 5135cc52631SKirk McKusick ufs2_daddr_t ino_blkatoff(union dinode *, ino_t, ufs_lbn_t, int *, 5145cc52631SKirk McKusick struct bufarea **); 515b70cd7eeSWarner Losh void inocleanup(void); 5165cc52631SKirk McKusick void inodirty(struct inode *); 517b70cd7eeSWarner Losh struct inostat *inoinfo(ino_t inum); 518ed75b5a1SKirk McKusick void IOstats(char *what); 519b70cd7eeSWarner Losh int linkup(ino_t orphan, ino_t parentdir, char *name); 520599304a4SPoul-Henning Kamp int makeentry(ino_t parent, ino_t ino, const char *name); 521c5d476c9SKirk McKusick int openfilesys(char *dev); 522b70cd7eeSWarner Losh void panic(const char *fmt, ...) __printflike(1, 2); 523b70cd7eeSWarner Losh void pass1(void); 524b70cd7eeSWarner Losh void pass1b(void); 525b70cd7eeSWarner Losh int pass1check(struct inodesc *); 526b70cd7eeSWarner Losh void pass2(void); 527b70cd7eeSWarner Losh void pass3(void); 528b70cd7eeSWarner Losh void pass4(void); 529b70cd7eeSWarner Losh void pass5(void); 530b70cd7eeSWarner Losh void pfatal(const char *fmt, ...) __printflike(1, 2); 531b70cd7eeSWarner Losh void propagate(void); 532460ed610SKirk McKusick void prtbuf(struct bufarea *, const char *, ...) __printflike(2, 3); 5335cc52631SKirk McKusick void prtinode(struct inode *); 534b70cd7eeSWarner Losh void pwarn(const char *fmt, ...) __printflike(1, 2); 535e6886616SKirk McKusick int readsb(void); 53652f97104SKirk McKusick int removecachedino(ino_t); 537599304a4SPoul-Henning Kamp int reply(const char *question); 538599304a4SPoul-Henning Kamp void rwerror(const char *mesg, ufs2_daddr_t blk); 539b70cd7eeSWarner Losh void sblock_init(void); 5405cc52631SKirk McKusick void setinodebuf(int, ino_t); 541b70cd7eeSWarner Losh int setup(char *dev); 542460ed610SKirk McKusick int snapblkfree(struct fs *, ufs2_daddr_t, long, ino_t, 543460ed610SKirk McKusick ufs2_daddr_t (*)(ufs2_daddr_t, long)); 544460ed610SKirk McKusick void snapremove(ino_t); 545689a9368SKirk McKusick void snapflush(ufs2_daddr_t (*checkblkavail)(ufs2_daddr_t, long)); 546460ed610SKirk McKusick ufs2_daddr_t std_checkblkavail(ufs2_daddr_t blkno, long frags); 547460ed610SKirk McKusick ufs2_daddr_t suj_checkblkavail(ufs2_daddr_t, long); 548113db2ddSJeff Roberson int suj_check(const char *filesys); 549d2404f04SKirk McKusick void update_maps(struct cg *, struct cg*, int); 550d00690aeSPawel Jakub Dawidek 551d00690aeSPawel Jakub Dawidek #endif /* !_FSCK_H_ */ 552