Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_log_format.h366 typedef struct xfs_icdinode { struct
367 __uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
368 __uint16_t di_mode; /* mode and type of file */
369 __int8_t di_version; /* inode version */
370 __int8_t di_format; /* format of di_c data */
371 __uint16_t di_onlink; /* old number of links to file */
372 __uint32_t di_uid; /* owner's user id */
373 __uint32_t di_gid; /* owner's group id */
374 __uint32_t di_nlink; /* number of links to file */
375 __uint16_t di_projid_lo; /* lower part of owner's project id */
[all …]