Home
last modified time | relevance | path

Searched defs:xfs_log_dinode (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h390 struct xfs_log_dinode { struct
391 uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
392 uint16_t di_mode; /* mode and type of file */
393 int8_t di_version; /* inode version */
394 int8_t di_format; /* format of di_c data */
395 uint16_t di_metatype; /* metadata type, if DIFLAG2_METADATA */
396 uint32_t di_uid; /* owner's user id */
397 uint32_t di_gid; /* owner's group id */
398 uint32_t di_nlink; /* number of links to file */
399 uint16_t di_projid_lo; /* lower part of owner's project id */
[all …]