Searched refs:dircheck (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dextern.h41 int dircheck(struct inodesc *, struct ext2fs_direct *);
H A Ddir.c209 if (dircheck(idesc, dp))
238 dircheck(idesc, ndp) == 0) {
259 dircheck(struct inodesc *idesc, struct ext2fs_direct *dp) function
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dextern.h39 int dircheck(struct inodesc *, struct direct *);
H A Ddir.c187 if (dircheck(idesc, dp))
223 dircheck(idesc, ndp) == 0) {
249 dircheck(struct inodesc *idesc, struct direct *dp) function
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Ddir.c88 static int dircheck(struct inodesc *, struct direct *);
258 if (dircheck(idesc, dp))
289 dircheck(idesc, ndp) == 0) {
312 dircheck(struct inodesc *idesc, struct direct *dp) function

Completed in 122 milliseconds