Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h86 #define COMMIT_LAZY 0x0800 /* lazy commit */ macro
Djfs_txnmgr.c1184 tblk->xflag |= COMMIT_LAZY; in txCommit()
1304 tblk->xflag &= ~COMMIT_LAZY; in txCommit()
1778 if ((xadlock->count <= 4) && (tblk->xflag & COMMIT_LAZY)) { in xtLog()
1804 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
1881 if ((xadlock->count <= 4) && (tblk->xflag & COMMIT_LAZY)) { in xtLog()
1907 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
1946 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
Djfs_logmgr.c695 if (tblk->xflag & COMMIT_LAZY) in lmGroupCommit()
699 (!(tblk->xflag & COMMIT_LAZY) || test_bit(log_FLUSH, &log->flag) in lmGroupCommit()
711 if (tblk->xflag & COMMIT_LAZY) { in lmGroupCommit()