Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/jfs/
A Djfs_txnmgr.h62 #define COMMIT_SYNC 0x0001 /* synchronous commit */ macro
A Dnamei.c547 commit_flag = COMMIT_SYNC; in jfs_unlink()
570 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC); in jfs_unlink()
1291 commit_flag = COMMIT_SYNC; in jfs_rename()
1314 rc = txCommit(tid, 1, &new_ip, COMMIT_SYNC); in jfs_rename()
A Dinode.c108 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0); in jfs_commit_inode()
A Djfs_txnmgr.c1165 if ((flag & (COMMIT_FORCE | COMMIT_SYNC)) == 0) in txCommit()

Completed in 10 milliseconds