Home | History | Annotate | Download | only in fsck_ext2fs

Lines Matching defs:dirhead

89 struct	ext2fs_dirtemplate dirhead = {
623 dirhead.dot_reclen = h2fs16(12); /* XXX */
624 dirhead.dotdot_reclen = h2fs16(sblock.e2fs_bsize - 12); /* XXX */
625 dirhead.dot_namlen = 1;
628 dirhead.dot_type = EXT2_FT_DIR;
630 dirhead.dot_type = 0;
631 dirhead.dotdot_namlen = 2;
634 dirhead.dotdot_type = EXT2_FT_DIR;
636 dirhead.dotdot_type = 0;
637 dirp = &dirhead;