Searched defs:xfs_log_dinode (Results 1 – 1 of 1) sorted by relevance
388 struct xfs_log_dinode { struct390 uint16_t di_mode; /* mode and type of file */391 int8_t di_version; /* inode version */392 int8_t di_format; /* format of di_c data */393 uint8_t di_pad3[2]; /* unused in v2/3 inodes */394 uint32_t di_uid; /* owner's user id */395 uint32_t di_gid; /* owner's group id */399 union {418 union {452 * See xlog_recover_inode_commit_pass2() and xfs_log_dinode_to_disk() argument[all …]
Completed in 6 milliseconds