Searched refs:commit_state (Results 1 – 2 of 2) sorted by relevance
184 int commit_state; /* commit state */ member
2749 if (sbi->commit_state & IN_LAZYCOMMIT) in jfs_lazycommit()2752 sbi->commit_state |= IN_LAZYCOMMIT; in jfs_lazycommit()2764 sbi->commit_state &= ~IN_LAZYCOMMIT; in jfs_lazycommit()2812 if (!(JFS_SBI(tblk->sb)->commit_state & IN_LAZYCOMMIT) && in txLazyUnlock()