Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h136 #define XLOG_CONTINUE_TRANS 0x04 /* Cont this trans into new region */ macro
/openbmc/linux/fs/xfs/
H A Dxfs_log.c2351 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2415 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2424 } while (ophdr->oh_flags & XLOG_CONTINUE_TRANS); in xlog_write_partial()
H A Dxfs_log_recover.c2258 flags &= ~XLOG_CONTINUE_TRANS; in xlog_recovery_process_trans()
2267 case XLOG_CONTINUE_TRANS: in xlog_recovery_process_trans()