Searched refs:IN_LAZYCOMMIT (Results 1 – 2 of 2) sorted by relevance
205 #define IN_LAZYCOMMIT 1 macro
2765 if (sbi->commit_state & IN_LAZYCOMMIT) in jfs_lazycommit()2768 sbi->commit_state |= IN_LAZYCOMMIT; in jfs_lazycommit()2780 sbi->commit_state &= ~IN_LAZYCOMMIT; in jfs_lazycommit()2828 if (!(JFS_SBI(tblk->sb)->commit_state & IN_LAZYCOMMIT) && in txLazyUnlock()