Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h180 #define XLOG_REC_SIZE offsetofend(struct xlog_rec_header, h_size) macro
183 #define XLOG_REC_SIZE offsetofend(struct xlog_rec_header, h_pad0) macro
/linux/fs/xfs/
H A Dxfs_log_recover.c2887 crc = xlog_cksum(log, rhead, dp, XLOG_REC_SIZE, in xlog_recover_process()
H A Dxfs_log.c1752 iclog->ic_datap, XLOG_REC_SIZE, size); in xlog_sync()