EXT2_FT_DIR
0, 12, 1, EXT2_FT_DIR, ".",
0, DIRBLKSIZ - 12, 2, EXT2_FT_DIR, ".."
dirhead.dot_type = EXT2_FT_DIR;
dirhead.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;
dirtemplate.dot_type = EXT2_FT_DIR;
dirtemplate.dotdot_type = EXT2_FT_DIR;