Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h103 #define XLOG_CONTINUE_TRANS 0x04 /* Cont this trans into new region */ macro
/linux/fs/xfs/
H A Dxfs_log.c2013 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2074 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2081 } while (ophdr->oh_flags & XLOG_CONTINUE_TRANS); in xlog_write_partial()
H A Dxfs_log_recover.c2292 flags &= ~XLOG_CONTINUE_TRANS; in xlog_recovery_process_trans()
2301 case XLOG_CONTINUE_TRANS: in xlog_recovery_process_trans()