Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h136 #define XLOG_WAS_CONT_TRANS 0x08 /* Cont this trans into new region */ macro
/linux-4.19.296/fs/xfs/
Dxfs_log.c2293 ophdr->oh_flags |= (XLOG_END_TRANS|XLOG_WAS_CONT_TRANS); in xlog_write_setup_copy()
2304 ophdr->oh_flags |= XLOG_WAS_CONT_TRANS; in xlog_write_setup_copy()
Dxfs_log_recover.c4427 if (flags & XLOG_WAS_CONT_TRANS) in xlog_recovery_process_trans()
4440 case XLOG_WAS_CONT_TRANS: in xlog_recovery_process_trans()