Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h137 #define XLOG_WAS_CONT_TRANS 0x08 /* Cont this trans into new region */ macro
/openbmc/linux/fs/xfs/
H A Dxfs_log_recover.c2257 if (flags & XLOG_WAS_CONT_TRANS) in xlog_recovery_process_trans()
2270 case XLOG_WAS_CONT_TRANS: in xlog_recovery_process_trans()
H A Dxfs_log.c2400 ophdr->oh_flags = XLOG_WAS_CONT_TRANS; in xlog_write_partial()