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

/linux-master/fs/xfs/libxfs/
H A Dxfs_cksum.h52 xfs_end_cksum(uint32_t crc) function
68 *(__le32 *)(buffer + cksum_offset) = xfs_end_cksum(crc);
79 return *(__le32 *)(buffer + cksum_offset) == xfs_end_cksum(crc);
H A Dxfs_inode_buf.c635 dip->di_crc = xfs_end_cksum(crc);
/linux-master/fs/xfs/
H A Dxfs_log.c1837 return xfs_end_cksum(crc);

Completed in 109 milliseconds