Home
last modified time | relevance | path

Searched refs:e2d_type (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sbin/fsck_ext2fs/
Dpass2.c249 && (dirp->e2d_type != EXT2_FT_DIR)) { in pass2check()
251 dirp->e2d_type = EXT2_FT_DIR; in pass2check()
262 proto.e2d_type = EXT2_FT_DIR; in pass2check()
264 proto.e2d_type = 0; in pass2check()
297 proto.e2d_type = EXT2_FT_DIR; in pass2check()
299 proto.e2d_type = 0; in pass2check()
320 && dirp->e2d_type != EXT2_FT_DIR) { in pass2check()
322 dirp->e2d_type = EXT2_FT_DIR; in pass2check()
438 dirp->e2d_type != in pass2check()
440 dirp->e2d_type = in pass2check()
Ddir.c219 dp->e2d_type = 0; in fsck_readdir()
276 if (dp->e2d_type != 0) in dircheck()
354 newent.e2d_type = 0; /* XXX gcc */ in mkentry()
358 newent.e2d_type = inot2ext2dt(typemap[idesc->id_parent]); in mkentry()
372 dirp->e2d_type = newent.e2d_type; in mkentry()
389 dirp->e2d_type = inot2ext2dt(typemap[idesc->id_parent]); in chgino()
391 dirp->e2d_type = 0; in chgino()
/netbsd/src/sys/ufs/ext2fs/
Dext2fs_lookup.c104 ffsdir->d_type = ext2dt2dt(e2dir->e2d_type); in ext2fs_dirconv2ffs()
893 newdir.e2d_type = inot2ext2dt(IFTODT(ip->i_e2fs_mode)); in ext2fs_direnter()
895 newdir.e2d_type = 0; in ext2fs_direnter()
1107 ep->e2d_type = inot2ext2dt(IFTODT(ip->i_e2fs_mode)); in ext2fs_dirrewrite()
1109 ep->e2d_type = 0; in ext2fs_dirrewrite()
Dext2fs_htree.h49 uint8_t e2d_type; /* file type */ member
Dext2fs_dir.h114 uint8_t e2d_type; /* file type */ member
/netbsd/src/sbin/newfs_ext2fs/
Dmke2fs.c931 lost_found_dir[0].e2d_type = EXT2_FT_DIR; in fsinit()
932 lost_found_dir[1].e2d_type = EXT2_FT_DIR; in fsinit()
984 root_dir[0].e2d_type = EXT2_FT_DIR; in fsinit()
985 root_dir[1].e2d_type = EXT2_FT_DIR; in fsinit()
987 root_dir[2].e2d_type = EXT2_FT_DIR; in fsinit()
/netbsd/src/sys/lib/libsa/
Dext2fs.c853 if (dp->e2d_type >= NELEM(typestr) || in ext2fs_ls()
854 !(t = typestr[dp->e2d_type])) { in ext2fs_ls()