Home
last modified time | relevance | path

Searched defs:xfs_log_dinode (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_log_format.h408 struct xfs_log_dinode { struct
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 */
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 */
419 union {
438 union {
472 * See xlog_recover_inode_commit_pass2() and xfs_log_dinode_to_disk() argument
[all …]