Searched refs:xfs_verify_cksum (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_cksum.h75 xfs_verify_cksum(char *buffer, size_t length, unsigned long cksum_offset) function
H A Dxfs_dquot_buf.c168 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk),
H A Dxfs_inode_buf.c485 if (!xfs_verify_cksum((char *)dip, mp->m_sb.sb_inodesize,
H A Dxfs_attr_remote.c140 !xfs_verify_cksum(ptr, blksize, XFS_ATTR3_RMT_CRC_OFF)) {
/linux-master/fs/xfs/
H A Dxfs_buf.h366 return xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length),
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c187 if (xfs_verify_cksum((char *)dip, mp->m_sb.sb_inodesize,

Completed in 152 milliseconds