Searched refs:xfs_verify_cksum (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_cksum.h | 56 xfs_verify_cksum(char *buffer, size_t length, unsigned long cksum_offset) in xfs_verify_cksum() function
|
D | xfs_dquot_buf.c | 198 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_dquot_buf_verify_crc()
|
D | xfs_inode_buf.c | 308 if (!xfs_verify_cksum((char *)dip, mp->m_sb.sb_inodesize, in xfs_dinode_verify()
|
D | xfs_attr_remote.c | 138 if (!xfs_verify_cksum(ptr, blksize, XFS_ATTR3_RMT_CRC_OFF)) { in xfs_attr3_rmt_read_verify()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_buf.h | 372 return xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length), in xfs_buf_verify_cksum()
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 228 !xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length),
|