Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h75 #define COMMIT_SYNC 0x0001 /* synchronous commit */ macro
Dnamei.c559 commit_flag = COMMIT_SYNC; in jfs_unlink()
582 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC); in jfs_unlink()
1308 commit_flag = COMMIT_SYNC; in jfs_rename()
1331 rc = txCommit(tid, 1, &new_ip, COMMIT_SYNC); in jfs_rename()
Dinode.c120 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0); in jfs_commit_inode()
Djfs_txnmgr.c1183 if ((flag & (COMMIT_FORCE | COMMIT_SYNC)) == 0) in txCommit()