Home
last modified time | relevance | path

Searched refs:xfs_verify_cksum (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_cksum.h75 xfs_verify_cksum(char *buffer, size_t length, unsigned long cksum_offset) in xfs_verify_cksum() function
Dxfs_dquot_buf.c168 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_dquot_buf_verify_crc()
Dxfs_attr_remote.c152 !xfs_verify_cksum(ptr, blksize, XFS_ATTR3_RMT_CRC_OFF)) { in __xfs_attr3_rmt_read_verify()
Dxfs_inode_buf.c508 if (!xfs_verify_cksum((char *)dip, mp->m_sb.sb_inodesize, in xfs_dinode_verify()
/linux-6.12.1/fs/xfs/
Dxfs_buf.h366 return xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length), in xfs_buf_verify_cksum()
/linux-6.12.1/fs/xfs/scrub/
Dinode_repair.c188 if (xfs_verify_cksum((char *)dip, mp->m_sb.sb_inodesize, in xrep_dinode_buf_core()
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-self-describing-metadata.rst232 !xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length),