Home
last modified time | relevance | path

Searched refs:IN_LAZYCOMMIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/jfs/
H A Djfs_incore.h203 #define IN_LAZYCOMMIT 1 macro
H A Djfs_txnmgr.c2720 if (sbi->commit_state & IN_LAZYCOMMIT) in jfs_lazycommit()
2723 sbi->commit_state |= IN_LAZYCOMMIT; in jfs_lazycommit()
2735 sbi->commit_state &= ~IN_LAZYCOMMIT; in jfs_lazycommit()
2783 if (!(JFS_SBI(tblk->sb)->commit_state & IN_LAZYCOMMIT) && in txLazyUnlock()