Home
last modified time | relevance | path

Searched refs:tblkGC_LAZY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_logmgr.h428 #define tblkGC_LAZY 0x0100 // D230860 macro
H A Djfs_txnmgr.c513 * Lazy commit thread will turn off tblkGC_LAZY before calling this in txEnd()
516 if (tblk->flag & tblkGC_LAZY) { in txEnd()
1335 if ((tblk->flag & tblkGC_LAZY) == 0) in txCommit()
2372 if (!(tblk->flag & tblkGC_LAZY)) { in txUpdateMap()
2717 if (tblk->flag & tblkGC_LAZY) { in txLazyCommit()
2720 tblk->flag &= ~tblkGC_LAZY; in txLazyCommit()
H A Djfs_logmgr.c683 tblk->flag |= tblkGC_LAZY; in lmGroupCommit()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_logmgr.h428 #define tblkGC_LAZY 0x0100 // D230860 macro
H A Djfs_txnmgr.c513 * Lazy commit thread will turn off tblkGC_LAZY before calling this in txEnd()
516 if (tblk->flag & tblkGC_LAZY) { in txEnd()
1334 if ((tblk->flag & tblkGC_LAZY) == 0) in txCommit()
2335 if (!(tblk->flag & tblkGC_LAZY)) { in txUpdateMap()
2680 if (tblk->flag & tblkGC_LAZY) { in txLazyCommit()
2683 tblk->flag &= ~tblkGC_LAZY; in txLazyCommit()
H A Djfs_logmgr.c675 tblk->flag |= tblkGC_LAZY; in lmGroupCommit()

Completed in 13 milliseconds