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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_txnmgr.h75 #define COMMIT_SYNC 0x0001 /* synchronous commit */ macro
H A Dinode.c117 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0);
H A Dnamei.c556 commit_flag = COMMIT_SYNC;
579 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC);
1301 commit_flag = COMMIT_SYNC;
1324 rc = txCommit(tid, 1, &new_ip, COMMIT_SYNC);
H A Djfs_txnmgr.c1180 if ((flag & (COMMIT_FORCE | COMMIT_SYNC)) == 0)

Completed in 144 milliseconds