Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_dir.h135 #define EXT2_FT_DIR 2 macro
157 return EXT2_FT_DIR; in inot2ext2dt()
178 case EXT2_FT_DIR: in ext2dt2dt()
H A Dext2fs_vnops.c680 dirtemplate.dot_type = EXT2_FT_DIR; in ext2fs_mkdir()
687 dirtemplate.dotdot_type = EXT2_FT_DIR; in ext2fs_mkdir()
/netbsd-src/sbin/fsck_ext2fs/
H A 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()
297 proto.e2d_type = EXT2_FT_DIR; in pass2check()
320 && dirp->e2d_type != EXT2_FT_DIR) { in pass2check()
322 dirp->e2d_type = EXT2_FT_DIR; in pass2check()
H A Ddir.c93 .dot_type = EXT2_FT_DIR,
98 .dotdot_type = EXT2_FT_DIR,
628 dirhead.dot_type = EXT2_FT_DIR; in allocdir()
634 dirhead.dotdot_type = EXT2_FT_DIR; in allocdir()
/netbsd-src/sbin/newfs_ext2fs/
H A 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()