Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_incore.h184 int commit_state; /* commit state */ member
H A Djfs_txnmgr.c2721 if (sbi->commit_state & IN_LAZYCOMMIT) in jfs_lazycommit()
2724 sbi->commit_state |= IN_LAZYCOMMIT; in jfs_lazycommit()
2736 sbi->commit_state &= ~IN_LAZYCOMMIT; in jfs_lazycommit()
2784 if (!(JFS_SBI(tblk->sb)->commit_state & IN_LAZYCOMMIT) && in txLazyUnlock()