Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_log_format.h128 #define XLOG_CONTINUE_TRANS 0x04 /* Cont this trans into new region */ macro
/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c3528 flags &= ~XLOG_CONTINUE_TRANS; in xlog_recovery_process_trans()
3537 case XLOG_CONTINUE_TRANS: in xlog_recovery_process_trans()
Dxfs_log.c2200 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_setup_copy()