Home
last modified time | relevance | path

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

/Linux-v5.15/fs/jfs/
Djfs_txnmgr.h73 #define COMMIT_LAZY 0x0800 /* lazy commit */ macro
Djfs_txnmgr.c1166 tblk->xflag |= COMMIT_LAZY; in txCommit()
1285 tblk->xflag &= ~COMMIT_LAZY; in txCommit()
1757 if ((xadlock->count <= 4) && (tblk->xflag & COMMIT_LAZY)) { in xtLog()
1783 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
1860 if ((xadlock->count <= 4) && (tblk->xflag & COMMIT_LAZY)) { in xtLog()
1886 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
1925 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
Djfs_logmgr.c682 if (tblk->xflag & COMMIT_LAZY) in lmGroupCommit()
686 (!(tblk->xflag & COMMIT_LAZY) || test_bit(log_FLUSH, &log->flag) in lmGroupCommit()
698 if (tblk->xflag & COMMIT_LAZY) { in lmGroupCommit()