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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_txnmgr.h75 #define COMMIT_SYNC 0x0001 /* synchronous commit */ macro
H A Dinode.c98 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0);
H A Dnamei.c545 commit_flag = COMMIT_SYNC;
568 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC);
1281 commit_flag = COMMIT_SYNC;
1304 rc = txCommit(tid, 1, &new_ip, COMMIT_SYNC);
H A Djfs_txnmgr.c1175 if ((flag & (COMMIT_FORCE | COMMIT_SYNC)) == 0)

Completed in 62 milliseconds