Symbol: inodesc
sbin/fsck_ext2fs/dir.c
109
dirscan(struct inodesc *idesc)
sbin/fsck_ext2fs/dir.c
158
fsck_readdir(struct inodesc *idesc)
sbin/fsck_ext2fs/dir.c
219
dircheck(struct inodesc *idesc, struct ext2fs_direct *dp)
sbin/fsck_ext2fs/dir.c
279
adjust(struct inodesc *idesc, short lcnt)
sbin/fsck_ext2fs/dir.c
308
mkentry(struct inodesc *idesc)
sbin/fsck_ext2fs/dir.c
338
chgino(struct inodesc *idesc)
sbin/fsck_ext2fs/dir.c
361
struct inodesc idesc;
sbin/fsck_ext2fs/dir.c
364
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/dir.c
464
struct inodesc idesc;
sbin/fsck_ext2fs/dir.c
466
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/dir.c
483
struct inodesc idesc;
sbin/fsck_ext2fs/dir.c
490
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/dir.c
63
static struct ext2fs_direct *fsck_readdir(struct inodesc *);
sbin/fsck_ext2fs/dir.c
66
static int mkentry(struct inodesc *);
sbin/fsck_ext2fs/dir.c
67
static int chgino(struct inodesc *);
sbin/fsck_ext2fs/extern.h
29
void adjust(struct inodesc *, short);
sbin/fsck_ext2fs/extern.h
40
int ckinode(struct ext2fs_dinode *, struct inodesc *);
sbin/fsck_ext2fs/extern.h
41
void clri(struct inodesc *, char *, int);
sbin/fsck_ext2fs/extern.h
42
int dircheck(struct inodesc *, struct ext2fs_direct *);
sbin/fsck_ext2fs/extern.h
44
int dirscan(struct inodesc *);
sbin/fsck_ext2fs/extern.h
45
int dofix(struct inodesc *, char *);
sbin/fsck_ext2fs/extern.h
47
int findino(struct inodesc *);
sbin/fsck_ext2fs/extern.h
48
int findname(struct inodesc *);
sbin/fsck_ext2fs/extern.h
66
int pass1check(struct inodesc *);
sbin/fsck_ext2fs/extern.h
67
int pass4check(struct inodesc *);
sbin/fsck_ext2fs/fsck.h
92
(struct inodesc *);
sbin/fsck_ext2fs/inode.c
115
ckinode(struct ext2fs_dinode *dp, struct inodesc *idesc)
sbin/fsck_ext2fs/inode.c
200
iblock(struct inodesc *idesc, long ilevel, u_int64_t isize)
sbin/fsck_ext2fs/inode.c
205
int i, n, (*func)(struct inodesc *), nif;
sbin/fsck_ext2fs/inode.c
507
clri(struct inodesc *idesc, char *type, int flag)
sbin/fsck_ext2fs/inode.c
529
findname(struct inodesc *idesc)
sbin/fsck_ext2fs/inode.c
542
findino(struct inodesc *idesc)
sbin/fsck_ext2fs/inode.c
65
static int iblock(struct inodesc *, long, u_int64_t);
sbin/fsck_ext2fs/inode.c
674
struct inodesc idesc;
sbin/fsck_ext2fs/inode.c
677
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/pass1.c
103
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/pass1.c
122
checkinode(ino_t inumber, struct inodesc *idesc)
sbin/fsck_ext2fs/pass1.c
296
pass1check(struct inodesc *idesc)
sbin/fsck_ext2fs/pass1.c
53
static void checkinode(ino_t, struct inodesc *);
sbin/fsck_ext2fs/pass1.c
61
struct inodesc idesc;
sbin/fsck_ext2fs/pass1b.c
42
static int pass1bcheck(struct inodesc *);
sbin/fsck_ext2fs/pass1b.c
50
struct inodesc idesc;
sbin/fsck_ext2fs/pass1b.c
53
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/pass1b.c
74
pass1bcheck(struct inodesc *idesc)
sbin/fsck_ext2fs/pass2.c
118
memset(&curino, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/pass2.c
192
pass2check(struct inodesc *idesc)
sbin/fsck_ext2fs/pass2.c
53
static int pass2check(struct inodesc *);
sbin/fsck_ext2fs/pass2.c
62
struct inodesc curino;
sbin/fsck_ext2fs/pass4.c
107
pass4check(struct inodesc *idesc)
sbin/fsck_ext2fs/pass4.c
51
struct inodesc idesc;
sbin/fsck_ext2fs/pass4.c
54
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/pass5.c
58
struct inodesc idesc[3];
sbin/fsck_ext2fs/utilities.c
367
struct inodesc idesc;
sbin/fsck_ext2fs/utilities.c
382
struct inodesc idesc;
sbin/fsck_ext2fs/utilities.c
396
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ext2fs/utilities.c
475
dofix(struct inodesc *idesc, char *msg)
sbin/fsck_ffs/dir.c
133
fsck_readdir(struct inodesc *idesc)
sbin/fsck_ffs/dir.c
194
dircheck(struct inodesc *idesc, struct direct *dp)
sbin/fsck_ffs/dir.c
254
adjust(struct inodesc *idesc, short lcnt)
sbin/fsck_ffs/dir.c
284
mkentry(struct inodesc *idesc)
sbin/fsck_ffs/dir.c
310
chgino(struct inodesc *idesc)
sbin/fsck_ffs/dir.c
327
struct inodesc idesc;
sbin/fsck_ffs/dir.c
330
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ffs/dir.c
440
struct inodesc idesc;
sbin/fsck_ffs/dir.c
442
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ffs/dir.c
459
struct inodesc idesc;
sbin/fsck_ffs/dir.c
465
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ffs/dir.c
58
static struct direct *fsck_readdir(struct inodesc *);
sbin/fsck_ffs/dir.c
61
static int mkentry(struct inodesc *);
sbin/fsck_ffs/dir.c
62
static int chgino(struct inodesc *);
sbin/fsck_ffs/dir.c
93
dirscan(struct inodesc *idesc)
sbin/fsck_ffs/extern.h
28
void adjust(struct inodesc *, short);
sbin/fsck_ffs/extern.h
40
int ckinode(union dinode *, struct inodesc *);
sbin/fsck_ffs/extern.h
41
void clri(struct inodesc *, char *, int);
sbin/fsck_ffs/extern.h
42
int dircheck(struct inodesc *, struct direct *);
sbin/fsck_ffs/extern.h
44
int dirscan(struct inodesc *);
sbin/fsck_ffs/extern.h
45
int dofix(struct inodesc *, char *);
sbin/fsck_ffs/extern.h
47
int findino(struct inodesc *);
sbin/fsck_ffs/extern.h
48
int findname(struct inodesc *);
sbin/fsck_ffs/extern.h
65
int pass1check(struct inodesc *);
sbin/fsck_ffs/extern.h
66
int pass4check(struct inodesc *);
sbin/fsck_ffs/fsck.h
161
(struct inodesc *);
sbin/fsck_ffs/inode.c
151
iblock(struct inodesc *idesc, long ilevel, off_t isize)
sbin/fsck_ffs/inode.c
154
int i, n, (*func)(struct inodesc *), nif;
sbin/fsck_ffs/inode.c
476
clri(struct inodesc *idesc, char *type, int flag)
sbin/fsck_ffs/inode.c
498
findname(struct inodesc *idesc)
sbin/fsck_ffs/inode.c
509
findino(struct inodesc *idesc)
sbin/fsck_ffs/inode.c
56
static int iblock(struct inodesc *, long, off_t);
sbin/fsck_ffs/inode.c
59
ckinode(union dinode *dp, struct inodesc *idesc)
sbin/fsck_ffs/inode.c
676
struct inodesc idesc;
sbin/fsck_ffs/inode.c
679
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ffs/pass1.c
176
checkinode(ino_t inumber, struct inodesc *idesc)
sbin/fsck_ffs/pass1.c
330
pass1check(struct inodesc *idesc)
sbin/fsck_ffs/pass1.c
51
static void checkinode(ino_t, struct inodesc *);
sbin/fsck_ffs/pass1.c
72
struct inodesc idesc;
sbin/fsck_ffs/pass1.c
94
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ffs/pass1b.c
42
static int pass1bcheck(struct inodesc *);
sbin/fsck_ffs/pass1b.c
60
struct inodesc idesc;
sbin/fsck_ffs/pass1b.c
63
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ffs/pass1b.c
87
pass1bcheck(struct inodesc *idesc)
sbin/fsck_ffs/pass2.c
142
memset(&curino, 0, sizeof(struct inodesc));
sbin/fsck_ffs/pass2.c
245
pass2check(struct inodesc *idesc)
sbin/fsck_ffs/pass2.c
50
static int pass2check(struct inodesc *);
sbin/fsck_ffs/pass2.c
78
struct inodesc curino;
sbin/fsck_ffs/pass4.c
124
pass4check(struct inodesc *idesc)
sbin/fsck_ffs/pass4.c
61
struct inodesc idesc;
sbin/fsck_ffs/pass4.c
65
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ffs/pass5.c
74
struct inodesc idesc[3];
sbin/fsck_ffs/utilities.c
490
struct inodesc idesc;
sbin/fsck_ffs/utilities.c
505
struct inodesc idesc;
sbin/fsck_ffs/utilities.c
518
memset(&idesc, 0, sizeof(struct inodesc));
sbin/fsck_ffs/utilities.c
597
dofix(struct inodesc *idesc, char *msg)
sbin/fsdb/fsdb.c
434
scannames(struct inodesc *idesc)
sbin/fsdb/fsdb.c
446
struct inodesc idesc;
sbin/fsdb/fsdb.c
463
struct inodesc idesc;
sbin/fsdb/fsdb.c
553
chinumfunc(struct inodesc *idesc)
sbin/fsdb/fsdb.c
568
struct inodesc idesc;
sbin/fsdb/fsdb.c
596
chnamefunc(struct inodesc *idesc)
sbin/fsdb/fsdb.c
618
struct inodesc idesc;
sbin/fsdb/fsdb.c
63
static int scannames(struct inodesc *);
sbin/fsdb/fsdb.c
65
static int chinumfunc(struct inodesc *);
sbin/fsdb/fsdb.c
66
static int chnamefunc(struct inodesc *);