Searched refs:COMMIT_SYNC (Results 1 – 3 of 3) sorted by relevance
62 #define COMMIT_SYNC 0x0001 /* synchronous commit */ macro
114 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0); in jfs_commit_inode()
1171 if ((flag & (COMMIT_FORCE | COMMIT_SYNC)) == 0) in txCommit()