Symbol: inodesc
sbin/fsck/dir.c
162
fsck_readdir(struct inodesc *idesc)
sbin/fsck/dir.c
223
dircheck(struct inodesc *idesc, struct direct *dp)
sbin/fsck/dir.c
292
adjust(struct inodesc *idesc, int lcnt)
sbin/fsck/dir.c
349
mkentry(struct inodesc *idesc)
sbin/fsck/dir.c
393
chgino(struct inodesc *idesc)
sbin/fsck/dir.c
413
struct inodesc idesc;
sbin/fsck/dir.c
416
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/dir.c
526
struct inodesc idesc;
sbin/fsck/dir.c
528
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/dir.c
545
struct inodesc idesc;
sbin/fsck/dir.c
551
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/dir.c
60
static int chgino(struct inodesc *);
sbin/fsck/dir.c
61
static int dircheck(struct inodesc *, struct direct *);
sbin/fsck/dir.c
64
static struct direct *fsck_readdir(struct inodesc *);
sbin/fsck/dir.c
67
static int mkentry(struct inodesc *);
sbin/fsck/dir.c
99
dirscan(struct inodesc *idesc)
sbin/fsck/fsck.h
116
int (*id_func)(struct inodesc *); /* function to be applied to blocks of inode */
sbin/fsck/fsck.h
247
extern void adjust(struct inodesc *, int);
sbin/fsck/fsck.h
265
extern int ckinode(struct ufs1_dinode *, struct inodesc *);
sbin/fsck/fsck.h
266
extern void clri(struct inodesc *, char *, int);
sbin/fsck/fsck.h
267
extern int clearentry(struct inodesc *);
sbin/fsck/fsck.h
269
extern int dirscan(struct inodesc *);
sbin/fsck/fsck.h
270
extern int dofix(struct inodesc *, char *);
sbin/fsck/fsck.h
276
extern int findino(struct inodesc *);
sbin/fsck/fsck.h
277
extern int findname(struct inodesc *);
sbin/fsck/fsck.h
298
extern int pass1check(struct inodesc *);
sbin/fsck/fsck.h
302
extern int pass4check(struct inodesc *);
sbin/fsck/inode.c
146
iblock(struct inodesc *idesc, long ilevel, quad_t isize)
sbin/fsck/inode.c
444
clri(struct inodesc *idesc, char *type, int flag)
sbin/fsck/inode.c
466
findname(struct inodesc *idesc)
sbin/fsck/inode.c
479
findino(struct inodesc *idesc)
sbin/fsck/inode.c
494
clearentry(struct inodesc *idesc)
sbin/fsck/inode.c
54
static int iblock(struct inodesc *, long ilevel, quad_t isize);
sbin/fsck/inode.c
57
ckinode(struct ufs1_dinode *dp, struct inodesc *idesc)
sbin/fsck/inode.c
623
struct inodesc idesc;
sbin/fsck/inode.c
626
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/pass1.c
176
checkinode(ufs1_ino_t inumber, struct inodesc *idesc)
sbin/fsck/pass1.c
350
pass1check(struct inodesc *idesc)
sbin/fsck/pass1.c
54
static void checkinode(ufs1_ino_t inumber, struct inodesc *);
sbin/fsck/pass1.c
63
struct inodesc idesc;
sbin/fsck/pass1.c
84
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/pass1b.c
43
static int pass1bcheck(struct inodesc *);
sbin/fsck/pass1b.c
50
struct inodesc idesc;
sbin/fsck/pass1b.c
53
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/pass1b.c
80
pass1bcheck(struct inodesc *idesc)
sbin/fsck/pass2.c
132
memset(&curino, 0, sizeof(struct inodesc));
sbin/fsck/pass2.c
223
pass2check(struct inodesc *idesc)
sbin/fsck/pass2.c
46
static int pass2check(struct inodesc *);
sbin/fsck/pass2.c
54
struct inodesc curino;
sbin/fsck/pass3.c
49
struct inodesc idesc;
sbin/fsck/pass3.c
97
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/pass4.c
118
pass4check(struct inodesc *idesc)
sbin/fsck/pass4.c
52
struct inodesc idesc;
sbin/fsck/pass4.c
55
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/pass5.c
55
struct inodesc idesc[3];
sbin/fsck/utilities.c
420
struct inodesc idesc;
sbin/fsck/utilities.c
435
struct inodesc idesc;
sbin/fsck/utilities.c
449
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck/utilities.c
533
dofix(struct inodesc *idesc, char *msg)
sbin/fsdb/fsdb.c
382
scannames(struct inodesc *idesc)
sbin/fsdb/fsdb.c
394
struct inodesc idesc;
sbin/fsdb/fsdb.c
408
int findino(struct inodesc *idesc); /* from fsck */
sbin/fsdb/fsdb.c
414
struct inodesc idesc;
sbin/fsdb/fsdb.c
502
chinumfunc(struct inodesc *idesc)
sbin/fsdb/fsdb.c
517
struct inodesc idesc;
sbin/fsdb/fsdb.c
545
chnamefunc(struct inodesc *idesc)
sbin/fsdb/fsdb.c
567
struct inodesc idesc;