Home
last modified time | relevance | path

Searched refs:ino_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dpass2.c125 inoinfo(UFS_WINO)->ino_type = DT_WHT; in pass2()
557 if (dirp->d_type != inoinfo(dirp->d_ino)->ino_type) { in pass2check()
560 dirp->d_type = inoinfo(dirp->d_ino)->ino_type; in pass2check()
H A Ddir.c544 dirp->d_type = inoinfo(idesc->id_parent)->ino_type; in mkentry()
558 dirp->d_type = inoinfo(idesc->id_parent)->ino_type; in chgino()
947 inoinfo(ino)->ino_type = DT_DIR; in allocdir()
968 inoinfo(ino)->ino_type = DT_DIR; in allocdir()
H A Dfsck.h98 u_char ino_type:4; /* type of inode */
102 u_char ino_type:4; /* type of inode */ global() member
H A Dpass1.c396 inoinfo(inumber)->ino_type = IFTODT(mode); in checkinode()
H A Dinode.c1466 inoinfo(ino)->ino_type = IFTODT(type); in allocino()