inode core structure: basic information about file More...
Public Attributes | |
dw | di_magic |
dw | di_mode |
db | di_version |
db | di_format |
dw | di_onlink |
dd | di_uid |
dd | di_gid |
dd | di_nlink |
dd | di_projid |
DQ | di_big_nextents |
DQ | di_atime |
DQ | di_mtime |
DQ | di_ctime |
DQ | di_size |
DQ | di_nblocks |
dd | di_extsize |
dd | di_big_anextents |
dw | di_nrext64_pad |
inode core structure: basic information about file
DQ xfs_dinode_core::di_atime |
time last accessed
dd xfs_dinode_core::di_big_anextents |
attr extent counter is 32bit for NREXT64
DQ xfs_dinode_core::di_big_nextents |
iff NREXT64 is set
DQ xfs_dinode_core::di_ctime |
time created/inode modified
dd xfs_dinode_core::di_extsize |
basic/minimum extent size for file
db xfs_dinode_core::di_format |
format of di_c data
dd xfs_dinode_core::di_gid |
owner's group id
dw xfs_dinode_core::di_magic |
inode magic = XFS_DINODE_MAGIC
dw xfs_dinode_core::di_mode |
mode and type of file
DQ xfs_dinode_core::di_mtime |
time last modified
DQ xfs_dinode_core::di_nblocks |
number of direct & btree blocks used
dd xfs_dinode_core::di_nlink |
number of links to file
dw xfs_dinode_core::di_nrext64_pad |
dw xfs_dinode_core::di_onlink |
old number of links to file
dd xfs_dinode_core::di_projid |
owner's project id
DQ xfs_dinode_core::di_size |
number of bytes in file
dd xfs_dinode_core::di_uid |
owner's user id
db xfs_dinode_core::di_version |
inode version