Lines Matching defs:xfs_log_dinode
402 struct xfs_log_dinode { struct
403 uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
404 uint16_t di_mode; /* mode and type of file */
405 int8_t di_version; /* inode version */
406 int8_t di_format; /* format of di_c data */
407 uint8_t di_pad3[2]; /* unused in v2/3 inodes */
408 uint32_t di_uid; /* owner's user id */
409 uint32_t di_gid; /* owner's group id */
410 uint32_t di_nlink; /* number of links to file */
411 uint16_t di_projid_lo; /* lower part of owner's project id */
412 uint16_t di_projid_hi; /* higher part of owner's project id */
413 union {
426 xfs_log_timestamp_t di_atime; /* time last accessed */
427 xfs_log_timestamp_t di_mtime; /* time last modified */
428 xfs_log_timestamp_t di_ctime; /* time created/inode modified */
429 xfs_fsize_t di_size; /* number of bytes in file */
430 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */
431 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */
432 union {
466 * See xlog_recover_inode_commit_pass2() and xfs_log_dinode_to_disk() argument
485 sizeof(struct xfs_log_dinode) : \ argument