Searched refs:XLOG_CONTINUE_TRANS (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h131 * XLOG_CONTINUE_TRANS until the last one, which gets marked with XLOG_END_TRANS.
136 #define XLOG_CONTINUE_TRANS 0x04 /* Cont this trans into new region */ macro
/linux-master/fs/xfs/
H A Dxfs_log.c2352 ophdr->oh_flags |= XLOG_CONTINUE_TRANS;
2416 ophdr->oh_flags |= XLOG_CONTINUE_TRANS;
2425 } while (ophdr->oh_flags & XLOG_CONTINUE_TRANS);
2465 * 2. The XLOG_END_TRANS & XLOG_CONTINUE_TRANS flags are passed down to the
2467 * multiple in-core logs, the XLOG_CONTINUE_TRANS bit should be set
H A Dxfs_log_recover.c2258 flags &= ~XLOG_CONTINUE_TRANS;
2267 case XLOG_CONTINUE_TRANS:

Completed in 175 milliseconds