Lines Matching defs:xfs_log_dinode
395 struct xfs_log_dinode { struct
396 uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
397 uint16_t di_mode; /* mode and type of file */
398 int8_t di_version; /* inode version */
399 int8_t di_format; /* format of di_c data */
400 uint8_t di_pad3[2]; /* unused in v2/3 inodes */
401 uint32_t di_uid; /* owner's user id */
402 uint32_t di_gid; /* owner's group id */
403 uint32_t di_nlink; /* number of links to file */
404 uint16_t di_projid_lo; /* lower part of owner's project id */
405 uint16_t di_projid_hi; /* higher part of owner's project id */
406 union {
419 xfs_log_timestamp_t di_atime; /* time last accessed */
420 xfs_log_timestamp_t di_mtime; /* time last modified */
421 xfs_log_timestamp_t di_ctime; /* time created/inode modified */
422 xfs_fsize_t di_size; /* number of bytes in file */
423 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */
424 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */
425 union {
459 * See xlog_recover_inode_commit_pass2() and xfs_log_dinode_to_disk() argument
478 sizeof(struct xfs_log_dinode) : \ argument