Searched refs:lostdir (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sbin/fsck_ext2fs/
H A Ddir.c399 int lostdir; local
406 lostdir = (fs2h16(dp->e2di_mode) & IFMT) == IFDIR;
407 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE");
480 if (lostdir) {
/netbsd-current/sbin/fsck_lfs/
H A Ddir.c425 int lostdir; local
434 lostdir = (lfs_dino_getmode(fs, dp) & LFS_IFMT) == LFS_IFDIR;
435 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE");
509 if (lostdir) {
/netbsd-current/sbin/fsck_ffs/
H A Ddir.c562 int lostdir; local
573 lostdir = (mode & IFMT) == IFDIR;
574 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE");
667 if (lostdir) {

Completed in 194 milliseconds