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.h408 struct xfs_log_dinode { struct
409 uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
410 uint16_t di_mode; /* mode and type of file */
411 int8_t di_version; /* inode version */
412 int8_t di_format; /* format of di_c data */
413 uint16_t di_metatype; /* metadata type, if DIFLAG2_METADATA */
414 uint32_t di_uid; /* owner's user id */
415 uint32_t di_gid; /* owner's group id */
416 uint32_t di_nlink; /* number of links to file */
417 uint16_t di_projid_lo; /* lower part of owner's project id */
[all …]