Searched refs:xlog_cksum (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_priv.h | 457 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
|
H A D | xfs_log.c | 1623 xlog_cksum( in xlog_cksum() function 1882 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
|
H A D | xfs_log_recover.c | 2838 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len)); in xlog_recover_process()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_priv.h | 505 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
|
H A D | xfs_log.c | 1805 xlog_cksum( in xlog_cksum() function 2078 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
|
H A D | xfs_log_recover.c | 2857 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len)); in xlog_recover_process()
|
Completed in 19 milliseconds