Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_format.h383 struct xfs_log_dinode { struct
384 uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
385 uint16_t di_mode; /* mode and type of file */
386 int8_t di_version; /* inode version */
387 int8_t di_format; /* format of di_c data */
388 uint8_t di_pad3[2]; /* unused in v2/3 inodes */
389 uint32_t di_uid; /* owner's user id */
390 uint32_t di_gid; /* owner's group id */
391 uint32_t di_nlink; /* number of links to file */
392 uint16_t di_projid_lo; /* lower part of owner's project id */
[all …]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_log_format.h395 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 */
[all …]