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.h397 struct xfs_log_dinode { struct
398 uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
399 uint16_t di_mode; /* mode and type of file */
400 int8_t di_version; /* inode version */
401 int8_t di_format; /* format of di_c data */
402 uint16_t di_metatype; /* metadata type, if DIFLAG2_METADATA */
403 uint32_t di_uid; /* owner's user id */
404 uint32_t di_gid; /* owner's group id */
405 uint32_t di_nlink; /* number of links to file */
406 uint16_t di_projid_lo; /* lower part of owner's project id */
[all …]