Searched refs:XLOG_END_TRANS (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h142 * XLOG_CONTINUE_TRANS until the last one, which gets marked with XLOG_END_TRANS.
149 #define XLOG_END_TRANS 0x10 /* End a continued transaction */ macro
H A Dxfs_log.c1722 * 2. The XLOG_END_TRANS & XLOG_CONTINUE_TRANS flags are passed down to the
1726 * region. The XLOG_END_TRANS bit is used for the in-core log
1871 logop_head->oh_flags|= (XLOG_END_TRANS|XLOG_WAS_CONT_TRANS);
H A Dxfs_log_recover.c2922 flags = ohead->oh_flags & ~XLOG_END_TRANS;

Completed in 71 milliseconds