| /src/sbin/fsck_ext2fs/ |
| extern.h | 41 int dircheck(struct inodesc *, struct ext2fs_direct *);
|
| dir.c | 209 if (dircheck(idesc, dp)) 238 dircheck(idesc, ndp) == 0) { 259 dircheck(struct inodesc *idesc, struct ext2fs_direct *dp) function in typeref:typename:int
|
| /src/sbin/fsck_lfs/ |
| extern.h | 49 int dircheck(struct inodesc *, union lfs_dirheader *);
|
| dir.c | 186 if (dircheck(idesc, dp)) 224 dircheck(idesc, ndp) == 0) { 250 dircheck(struct inodesc *idesc, LFS_DIRHEADER *dp) function in typeref:typename:int
|
| /src/sbin/fsck_ffs/ |
| dir.c | 88 static int dircheck(struct inodesc *, struct direct *, struct bufarea *); 254 if (dircheck(idesc, dp, bp)) 285 dircheck(idesc, ndp, bp) == 0) { 311 dircheck(struct inodesc *idesc, struct direct *dp, struct bufarea *bp) function in typeref:typename:int
|