<def f='src/src/sys/sys/dirent.h' l='50' ll='61'/>
<size>528</size>
<doc f='src/src/sys/sys/dirent.h' l='40'>/*
 * The dirent structure defines the format of directory entries returned by
 * the getdents(2) system call.
 *
 * A directory entry has a struct dirent at the front of it, containing its
 * inode number, the length of the entry, and the length of the name
 * contained in the entry.  These are followed by the name padded to 
 * _DIRENT_ALIGN() byte boundary with null bytes.  All names are guaranteed
 * NUL terminated.  The maximum length of a name in a directory is MAXNAMLEN.
 */</doc>
<mbr r='dirent::d_fileno' o='0' t='ino_t'/>
<mbr r='dirent::d_reclen' o='64' t='__uint16_t'/>
<mbr r='dirent::d_namlen' o='80' t='__uint16_t'/>
<mbr r='dirent::d_type' o='96' t='__uint8_t'/>
<mbr r='dirent::d_name' o='104' t='char [512]'/>
