Searched refs:di_crc (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h864 __le32 di_crc; /* CRC of the inode */ member in struct:xfs_dinode
879 #define XFS_DINODE_CRC_OFF offsetof(struct xfs_dinode, di_crc)
891 return offsetof(struct xfs_dinode, di_crc);
985 offsetof(struct xfs_dinode, di_crc))
H A Dxfs_log_format.h452 uint32_t di_crc; /* CRC of the inode */ member in struct:xfs_log_dinode
H A Dxfs_inode_buf.c635 dip->di_crc = xfs_end_cksum(crc);
/linux-master/fs/xfs/
H A Dxfs_inode_item.c560 to->di_crc = 0;

Completed in 369 milliseconds