Home
last modified time | relevance | path

Searched refs:COMMIT_SYNC (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jfs/
H A Djfs_txnmgr.h62 #define COMMIT_SYNC 0x0001 /* synchronous commit */ macro
H A Dinode.c114 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0); in jfs_commit_inode()
H A Djfs_txnmgr.c1171 if ((flag & (COMMIT_FORCE | COMMIT_SYNC)) == 0) in txCommit()