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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h134 * XLOG_CONTINUE_TRANS until the last one, which gets marked with XLOG_END_TRANS.
139 #define XLOG_CONTINUE_TRANS 0x04 /* Cont this trans into new region */ macro
/linux-master/fs/xfs/
H A Dxfs_log.c2346 ophdr->oh_flags |= XLOG_CONTINUE_TRANS;
2410 ophdr->oh_flags |= XLOG_CONTINUE_TRANS;
2419 } while (ophdr->oh_flags & XLOG_CONTINUE_TRANS);
2459 * 2. The XLOG_END_TRANS & XLOG_CONTINUE_TRANS flags are passed down to the
2461 * multiple in-core logs, the XLOG_CONTINUE_TRANS bit should be set
H A Dxfs_log_recover.c2291 flags &= ~XLOG_CONTINUE_TRANS;
2300 case XLOG_CONTINUE_TRANS:

Completed in 132 milliseconds