Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log_priv.h149 #define XLOG_WAS_CONT_TRANS 0x08 /* Cont this trans into new region */ macro
153 XLOG_WAS_CONT_TRANS | XLOG_END_TRANS | \
Dxfs_log.c1883 logop_head->oh_flags|= (XLOG_END_TRANS|XLOG_WAS_CONT_TRANS); in xlog_write()
1890 logop_head->oh_flags |= XLOG_WAS_CONT_TRANS; in xlog_write()
Dxfs_log_recover.c2954 if (flags & XLOG_WAS_CONT_TRANS) in xlog_recover_process_data()
2964 case XLOG_WAS_CONT_TRANS: in xlog_recover_process_data()