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

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_htree.h49 uint8_t e2d_type; /* file type */ member in struct:ext2fs_fake_direct
H A Dext2fs_dir.h104 * into a 8 bits e2d_namlen and 8 bits e2d_type (looks like ffs, isnt't it ? :)
114 uint8_t e2d_type; /* file type */ member in struct:ext2fs_direct
H A Dext2fs_lookup.c104 ffsdir->d_type = ext2dt2dt(e2dir->e2d_type);
893 newdir.e2d_type = inot2ext2dt(IFTODT(ip->i_e2fs_mode));
895 newdir.e2d_type = 0;
1107 ep->e2d_type = inot2ext2dt(IFTODT(ip->i_e2fs_mode));
1109 ep->e2d_type = 0;
/netbsd-current/sbin/fsck_ext2fs/
H A Dpass2.c249 && (dirp->e2d_type != EXT2_FT_DIR)) {
251 dirp->e2d_type = EXT2_FT_DIR;
262 proto.e2d_type = EXT2_FT_DIR;
264 proto.e2d_type = 0;
297 proto.e2d_type = EXT2_FT_DIR;
299 proto.e2d_type = 0;
320 && dirp->e2d_type != EXT2_FT_DIR) {
322 dirp->e2d_type = EXT2_FT_DIR;
438 dirp->e2d_type !=
440 dirp->e2d_type
[all...]
H A Ddir.c219 dp->e2d_type = 0;
276 if (dp->e2d_type != 0)
354 newent.e2d_type = 0; /* XXX gcc */
358 newent.e2d_type = inot2ext2dt(typemap[idesc->id_parent]);
372 dirp->e2d_type = newent.e2d_type;
389 dirp->e2d_type = inot2ext2dt(typemap[idesc->id_parent]);
391 dirp->e2d_type = 0;
/netbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c931 lost_found_dir[0].e2d_type = EXT2_FT_DIR;
932 lost_found_dir[1].e2d_type = EXT2_FT_DIR;
984 root_dir[0].e2d_type = EXT2_FT_DIR;
985 root_dir[1].e2d_type = EXT2_FT_DIR;
987 root_dir[2].e2d_type = EXT2_FT_DIR;
/netbsd-current/sys/lib/libsa/
H A Dext2fs.c853 if (dp->e2d_type >= NELEM(typestr) ||
854 !(t = typestr[dp->e2d_type])) {

Completed in 302 milliseconds