HomeSort by: relevance | last modified time | path
    Searched refs:EXT2_FT_DIR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_dir.h 135 #define EXT2_FT_DIR 2
157 return EXT2_FT_DIR;
178 case EXT2_FT_DIR:
ext2fs_vnops.c 680 dirtemplate.dot_type = EXT2_FT_DIR;
687 dirtemplate.dotdot_type = EXT2_FT_DIR;
  /src/sbin/fsck_ext2fs/
pass2.c 249 && (dirp->e2d_type != EXT2_FT_DIR)) {
251 dirp->e2d_type = EXT2_FT_DIR;
262 proto.e2d_type = EXT2_FT_DIR;
297 proto.e2d_type = EXT2_FT_DIR;
320 && dirp->e2d_type != EXT2_FT_DIR) {
322 dirp->e2d_type = EXT2_FT_DIR;
dir.c 93 .dot_type = EXT2_FT_DIR,
98 .dotdot_type = EXT2_FT_DIR,
628 dirhead.dot_type = EXT2_FT_DIR;
634 dirhead.dotdot_type = EXT2_FT_DIR;
  /src/sbin/newfs_ext2fs/
mke2fs.c 931 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;

Completed in 13 milliseconds