Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_log_priv.h120 #define XLOG_WAS_CONT_TRANS 0x08 /* Cont this trans into new region */ macro
Dxfs_log.c1843 ophdr->oh_flags |= (XLOG_END_TRANS|XLOG_WAS_CONT_TRANS); in xlog_write_setup_copy()
1854 ophdr->oh_flags |= XLOG_WAS_CONT_TRANS; in xlog_write_setup_copy()
Dxfs_log_recover.c2844 if (flags & XLOG_WAS_CONT_TRANS) in xlog_recover_process_data()
2854 case XLOG_WAS_CONT_TRANS: in xlog_recover_process_data()