Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_incore.h187 int commit_state; /* commit state */ member
Djfs_txnmgr.c2766 if (sbi->commit_state & IN_LAZYCOMMIT) in jfs_lazycommit()
2769 sbi->commit_state |= IN_LAZYCOMMIT; in jfs_lazycommit()
2781 sbi->commit_state &= ~IN_LAZYCOMMIT; in jfs_lazycommit()
2829 if (!(JFS_SBI(tblk->sb)->commit_state & IN_LAZYCOMMIT) && in txLazyUnlock()