<def f='src/src/sys/ufs/ufs/inode.h' l='96' ll='167'/>
<size>256</size>
<doc f='src/src/sys/ufs/ufs/inode.h' l='87'>/*
 * The inode is used to describe each active (or recently active) file in the
 * UFS filesystem. It is composed of two types of information. The first part
 * is the information that is needed only while the file is active (such as
 * the identity of the file and linkage to speed its lookup). The second part
 * is the permanent meta-data associated with the file which is read in
 * from the permanent dinode from long term storage when the file becomes
 * active, and is put back when the file is no longer being used.
 */</doc>
<mbr r='inode::i_gnode' o='0' t='struct genfs_node'/>
<mbr r='inode::i_nextsnap' o='192' t='struct (anonymous struct at /home/joerg/work/NetBSD/clean/src/sys/ufs/ufs/inode.h:98:2)'/>
<mbr r='inode::i_vnode' o='320' t='struct vnode *'/>
<mbr r='inode::i_ump' o='384' t='struct ufsmount *'/>
<mbr r='inode::i_devvp' o='448' t='struct vnode *'/>
<mbr r='inode::i_flag' o='512' t='u_int32_t'/>
<mbr r='inode::i_dev' o='576' t='dev_t'/>
<mbr r='inode::i_number' o='640' t='ino_t'/>
<mbr r='inode::inode_u' o='704' t='union (anonymous union at /home/joerg/work/NetBSD/clean/src/sys/ufs/ufs/inode.h:106:2)'/>
<mbr r='inode::i_unused1' o='768' t='void *'/>
<mbr r='inode::i_dquot' o='832' t='struct dquot *[2]'/>
<mbr r='inode::i_modrev' o='960' t='u_quad_t'/>
<mbr r='inode::i_lockf' o='1024' t='struct lockf *'/>
<mbr r='inode::i_crap' o='1088' t='struct ufs_lookup_results'/>
<mbr r='inode::i_crapcounter' o='1248' t='unsigned int'/>
<mbr r='inode::inode_ext' o='1280' t='union (anonymous union at /home/joerg/work/NetBSD/clean/src/sys/ufs/ufs/inode.h:130:2)'/>
<mbr r='inode::i_mode' o='1600' t='u_int16_t'/>
<mbr r='inode::i_nlink' o='1616' t='__int16_t'/>
<mbr r='inode::i_size' o='1664' t='u_int64_t'/>
<mbr r='inode::i_flags' o='1728' t='u_int32_t'/>
<mbr r='inode::i_gen' o='1760' t='__int32_t'/>
<mbr r='inode::i_uid' o='1792' t='u_int32_t'/>
<mbr r='inode::i_gid' o='1824' t='u_int32_t'/>
<mbr r='inode::i_omode' o='1856' t='u_int16_t'/>
<mbr r='inode::i_dirhash' o='1920' t='struct dirhash *'/>
<mbr r='inode::i_din' o='1984' t='union (anonymous union at /home/joerg/work/NetBSD/clean/src/sys/ufs/ufs/inode.h:161:2)'/>
<def f='src/src/sys/ufs/lfs/lfs_inode.h' l='104' ll='155'/>
<size>224</size>
<doc f='src/src/sys/ufs/lfs/lfs_inode.h' l='95'>/*
 * The inode is used to describe each active (or recently active) file in the
 * ULFS filesystem. It is composed of two types of information. The first part
 * is the information that is needed only while the file is active (such as
 * the identity of the file and linkage to speed its lookup). The second part
 * is the permanent meta-data associated with the file which is read in
 * from the permanent dinode from long term storage when the file becomes
 * active, and is put back when the file is no longer being used.
 */</doc>
<mbr r='inode::i_gnode' o='0' t='struct genfs_node'/>
<mbr r='inode::i_nextsnap' o='192' t='struct (anonymous struct at /home/joerg/work/NetBSD/clean/src/sys/ufs/lfs/lfs_inode.h:106:2)'/>
<mbr r='inode::i_vnode' o='320' t='struct vnode *'/>
<mbr r='inode::i_ump' o='384' t='struct ulfsmount *'/>
<mbr r='inode::i_devvp' o='448' t='struct vnode *'/>
<mbr r='inode::i_flag' o='512' t='__uint32_t'/>
<mbr r='inode::i_dev' o='576' t='dev_t'/>
<mbr r='inode::i_number' o='640' t='ino_t'/>
<mbr r='inode::i_lfs' o='704' t='struct lfs *'/>
<mbr r='inode::i_unused1' o='768' t='void *'/>
<mbr r='inode::i_dquot' o='832' t='struct dquot *[2]'/>
<mbr r='inode::i_modrev' o='960' t='u_quad_t'/>
<mbr r='inode::i_lockf' o='1024' t='struct lockf *'/>
<mbr r='inode::i_crap' o='1088' t='struct ulfs_lookup_results'/>
<mbr r='inode::i_crapcounter' o='1248' t='unsigned int'/>
<mbr r='inode::inode_ext' o='1280' t='union (anonymous union at /home/joerg/work/NetBSD/clean/src/sys/ufs/lfs/lfs_inode.h:131:2)'/>
<mbr r='inode::i_mode' o='1344' t='__uint16_t'/>
<mbr r='inode::i_nlink' o='1360' t='__int16_t'/>
<mbr r='inode::i_size' o='1408' t='__uint64_t'/>
<mbr r='inode::i_flags' o='1472' t='__uint32_t'/>
<mbr r='inode::i_gen' o='1504' t='__int32_t'/>
<mbr r='inode::i_uid' o='1536' t='__uint32_t'/>
<mbr r='inode::i_gid' o='1568' t='__uint32_t'/>
<mbr r='inode::i_omode' o='1600' t='__uint16_t'/>
<mbr r='inode::i_dirhash' o='1664' t='struct dirhash *'/>
<mbr r='inode::i_din' o='1728' t='union lfs_dinode *'/>
