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

/linux-master/fs/jfs/
H A Djfs_incore.h181 * commit_state is used for synchronization of the jfs_commit
184 int commit_state; /* commit state */ member in struct:jfs_sb_info
202 /* jfs_sb_info commit_state */
H A Djfs_txnmgr.c2721 if (sbi->commit_state & IN_LAZYCOMMIT)
2724 sbi->commit_state |= IN_LAZYCOMMIT;
2736 sbi->commit_state &= ~IN_LAZYCOMMIT;
2784 if (!(JFS_SBI(tblk->sb)->commit_state & IN_LAZYCOMMIT) &&

Completed in 128 milliseconds