Lines Matching defs:xfs_log_dinode
408 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 */
418 uint16_t di_projid_hi; /* higher part of owner's project id */
419 union {
432 xfs_log_timestamp_t di_atime; /* time last accessed */
433 xfs_log_timestamp_t di_mtime; /* time last modified */
434 xfs_log_timestamp_t di_ctime; /* time created/inode modified */
435 xfs_fsize_t di_size; /* number of bytes in file */
436 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */
437 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */
438 union {
472 * See xlog_recover_inode_commit_pass2() and xfs_log_dinode_to_disk() argument
496 sizeof(struct xfs_log_dinode) : \ argument