Home
last modified time | relevance | path

Searched defs:xlog_rec_header (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h128 typedef struct xlog_rec_header { struct
129 __be32 h_magicno; /* log record (LR) identifier : 4 */
130 __be32 h_cycle; /* write cycle of log : 4 */
154 * not a problem becaue the xlog_rec_header always sits alone in a argument
166 #define XLOG_REC_SIZE offsetofend(struct xlog_rec_header, h_size) argument