Home
last modified time | relevance | path

Searched refs:xfs_end_cksum (Results 1 – 2 of 2) 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()
/linux/fs/xfs/
H A Dxfs_log.c1534 return xfs_end_cksum(crc); in xlog_cksum()