Home
last modified time | relevance | path

Searched refs:xfs_end_cksum (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_cksum.h52 xfs_end_cksum(uint32_t crc) in xfs_end_cksum() function
68 *(__le32 *)(buffer + cksum_offset) = xfs_end_cksum(crc); in xfs_update_cksum()
79 return *(__le32 *)(buffer + cksum_offset) == xfs_end_cksum(crc); in xfs_verify_cksum()
H A Dxfs_inode_buf.c762 dip->di_crc = xfs_end_cksum(crc); in xfs_dinode_calc_crc()
/linux/fs/xfs/
H A Dxfs_log.c1596 return xfs_end_cksum(crc); in xlog_cksum()