Searched refs:XLOG_END_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.
138 #define XLOG_END_TRANS 0x10 /* End a continued transaction */ macro
/linux-master/fs/xfs/
H A Dxfs_log_recover.c2256 flags &= ~XLOG_END_TRANS;
H A Dxfs_log.c2414 ophdr->oh_flags |= XLOG_END_TRANS;
2465 * 2. The XLOG_END_TRANS & XLOG_CONTINUE_TRANS flags are passed down to the
2469 * region. The XLOG_END_TRANS bit is used for the in-core log

Completed in 234 milliseconds