Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h73 #define COMMIT_LAZY 0x0800 /* lazy commit */ macro
H A Djfs_txnmgr.c1171 tblk->xflag |= COMMIT_LAZY; in txCommit()
1290 tblk->xflag &= ~COMMIT_LAZY; in txCommit()
1728 if ((xadlock->count <= 4) && (tblk->xflag & COMMIT_LAZY)) { in xtLog()
1754 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
1831 if ((xadlock->count <= 4) && (tblk->xflag & COMMIT_LAZY)) { in xtLog()
1857 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
1896 tblk->xflag &= ~COMMIT_LAZY; in xtLog()
H A Djfs_logmgr.c674 if (tblk->xflag & COMMIT_LAZY) in lmGroupCommit()
678 (!(tblk->xflag & COMMIT_LAZY) || test_bit(log_FLUSH, &log->flag) in lmGroupCommit()
690 if (tblk->xflag & COMMIT_LAZY) { in lmGroupCommit()