Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_incore.h203 #define IN_LAZYCOMMIT 1 macro
Djfs_txnmgr.c2715 if (sbi->commit_state & IN_LAZYCOMMIT) in jfs_lazycommit()
2718 sbi->commit_state |= IN_LAZYCOMMIT; in jfs_lazycommit()
2730 sbi->commit_state &= ~IN_LAZYCOMMIT; in jfs_lazycommit()
2778 if (!(JFS_SBI(tblk->sb)->commit_state & IN_LAZYCOMMIT) && in txLazyUnlock()