Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log_priv.h506 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
H A Dxfs_log.c1806 xlog_cksum( in xlog_cksum() function
2079 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
H A Dxfs_log_recover.c2863 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len)); in xlog_recover_process()