Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h133 #define XLOG_START_TRANS 0x01 /* Start a new transaction */ macro
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c4456 case XLOG_START_TRANS: in xlog_recovery_process_trans()
4496 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans()
Dxfs_log.c2224 ophdr->oh_flags = XLOG_START_TRANS; in xlog_write_start_rec()