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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_incore.h185 * commit_state is used for synchronization of the jfs_commit
188 int commit_state; /* commit state */ member in struct:jfs_sb_info
205 /* jfs_sb_info commit_state */
H A Djfs_txnmgr.c2743 if (sbi->commit_state & IN_LAZYCOMMIT)
2746 sbi->commit_state |= IN_LAZYCOMMIT;
2758 sbi->commit_state &= ~IN_LAZYCOMMIT;
2807 if (!(JFS_SBI(tblk->sb)->commit_state & IN_LAZYCOMMIT) &&

Completed in 57 milliseconds