Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
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()
A Dxfs_inode_buf.c556 dip->di_crc = xfs_end_cksum(crc); in xfs_dinode_calc_crc()
/linux/fs/xfs/
A Dxfs_log.c1820 return xfs_end_cksum(crc); in xlog_cksum()

Completed in 11 milliseconds