<def f='src/src/sys/ufs/ufs/dir.h' l='178' ll='189'/>
<size>24</size>
<doc f='src/src/sys/ufs/ufs/dir.h' l='174'>/*
 * Template for manipulating directories.  Should use struct direct&apos;s,
 * but the name field is FFS_MAXNAMLEN - 1, and this just won&apos;t do.
 */</doc>
<mbr r='dirtemplate::dot_ino' o='0' t='u_int32_t'/>
<mbr r='dirtemplate::dot_reclen' o='32' t='__int16_t'/>
<mbr r='dirtemplate::dot_type' o='48' t='u_int8_t'/>
<mbr r='dirtemplate::dot_namlen' o='56' t='u_int8_t'/>
<mbr r='dirtemplate::dot_name' o='64' t='char [4]'/>
<mbr r='dirtemplate::dotdot_ino' o='96' t='u_int32_t'/>
<mbr r='dirtemplate::dotdot_reclen' o='128' t='__int16_t'/>
<mbr r='dirtemplate::dotdot_type' o='144' t='u_int8_t'/>
<mbr r='dirtemplate::dotdot_namlen' o='152' t='u_int8_t'/>
<mbr r='dirtemplate::dotdot_name' o='160' t='char [4]'/>
