Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h135 #define XLOG_CONTINUE_TRANS 0x04 /* Cont this trans into new region */ macro
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c4428 flags &= ~XLOG_CONTINUE_TRANS; in xlog_recovery_process_trans()
4437 case XLOG_CONTINUE_TRANS: in xlog_recovery_process_trans()
Dxfs_log.c2302 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_setup_copy()