EXT2_FT_DIR
dirhead.dot_type = EXT2_FT_DIR;
dirhead.dotdot_type = EXT2_FT_DIR;
.dot_type = EXT2_FT_DIR,
.dotdot_type = EXT2_FT_DIR,
&& (dirp->e2d_type != EXT2_FT_DIR)) {
dirp->e2d_type = EXT2_FT_DIR;
proto.e2d_type = EXT2_FT_DIR;
proto.e2d_type = EXT2_FT_DIR;
&& dirp->e2d_type != EXT2_FT_DIR) {
dirp->e2d_type = EXT2_FT_DIR;
lost_found_dir[0].e2d_type = EXT2_FT_DIR;
lost_found_dir[1].e2d_type = EXT2_FT_DIR;
root_dir[0].e2d_type = EXT2_FT_DIR;
root_dir[1].e2d_type = EXT2_FT_DIR;
root_dir[2].e2d_type = EXT2_FT_DIR;
return EXT2_FT_DIR;
case EXT2_FT_DIR:
dirtemplate.dot_type = EXT2_FT_DIR;
dirtemplate.dotdot_type = EXT2_FT_DIR;