Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_log_format.h139 #define XLOG_CONTINUE_TRANS 0x04 /* Cont this trans into new region */ macro
/linux-6.15/fs/xfs/
H A Dxfs_log.c2112 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2176 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2185 } while (ophdr->oh_flags & XLOG_CONTINUE_TRANS); in xlog_write_partial()
H A Dxfs_log_recover.c2293 flags &= ~XLOG_CONTINUE_TRANS; in xlog_recovery_process_trans()
2302 case XLOG_CONTINUE_TRANS: in xlog_recovery_process_trans()