HomeSort by: relevance | last modified time | path
    Searched refs:ino_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/fsck_ffs/
pass2.c 136 info->ino_type = DT_WHT;
341 dirp->d_type = inoinfo(iswap32(dirp->d_ino))->ino_type;
613 if (newinofmt && dirp->d_type != info->ino_type) {
616 dirp->d_type = info->ino_type;
fsck.h 81 char ino_type; /* type of inode */ member in struct:inostat
dir.c 527 dirp->d_type = inoinfo(idesc->id_parent)->ino_type;
552 dirp->d_type = inoinfo(idesc->id_parent)->ino_type;
pass1.c 406 info->ino_type = IFTODT(mode);
inode.c 819 info->ino_type = IFTODT(type);

Completed in 14 milliseconds