Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h134 #define XLOG_COMMIT_TRANS 0x02 /* Commit this transaction */ macro
/linux-4.19.296/fs/xfs/
Dxfs_log.c1618 XLOG_COMMIT_TRANS); in xlog_commit_record()
2353 ASSERT(flags & XLOG_COMMIT_TRANS); in xlog_write_copy_finish()
2437 if (flags & (XLOG_COMMIT_TRANS | XLOG_UNMOUNT_TRANS)) in xlog_write()
2574 ASSERT(flags & XLOG_COMMIT_TRANS); in xlog_write()
Dxfs_log_recover.c4443 case XLOG_COMMIT_TRANS: in xlog_recovery_process_trans()
4583 ohead->oh_flags & XLOG_COMMIT_TRANS) { in xlog_recover_process_ophdr()