Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.h62 #define COMMIT_SYNC 0x0001 /* synchronous commit */ macro
H A Dnamei.c549 commit_flag = COMMIT_SYNC; in jfs_unlink()
572 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC); in jfs_unlink()
1301 commit_flag = COMMIT_SYNC; in jfs_rename()
1324 rc = txCommit(tid, 1, &new_ip, COMMIT_SYNC); in jfs_rename()