Home
last modified time | relevance | path

Searched refs:XLOG_REC_SIZE_OTHER (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h181 #define XLOG_REC_SIZE_OTHER offsetofend(struct xlog_rec_header, h_pad0) macro
184 #define XLOG_REC_SIZE_OTHER offsetofend(struct xlog_rec_header, h_size) macro
/linux/fs/xfs/
H A Dxfs_log_recover.c2895 other_crc = xlog_cksum(log, rhead, dp, XLOG_REC_SIZE_OTHER, in xlog_recover_process()