Searched refs:txCommit (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Dnamei.c138 rc = txCommit(tid, 2, &iplist[0], 0);
263 rc = txCommit(tid, 2, &iplist[0], 0);
379 rc = txCommit(tid, 2, &iplist[0], 0);
510 rc = txCommit(tid, 2, &iplist[0], commit_flag);
526 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC);
801 rc = txCommit(tid, 2, &iplist[0], 0);
997 rc = txCommit(tid, 2, &iplist[0], 0);
999 rc = txCommit(tid, 1, &iplist[0], 0);
1234 rc = txCommit(tid, ipcount, iplist, commit_flag);
1262 rc = txCommit(ti
[all...]
H A Dfile.c85 txCommit(tid, 1, &ip, 0);
H A Dinode.c144 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0);
H A Djfs_txnmgr.h289 extern int txCommit(tid_t tid, int nip, struct inode **iplist, int flag);
H A Dresize.c373 * by txCommit();
395 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
H A Djfs_imap.c1318 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); // D233382
2596 * txCommit(COMMIT_FORCE) will synchronously write address
2601 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
3019 rc = txCommit(tid, 1, &ip, COMMIT_FORCE);
H A Djfs_txnmgr.c24 * transaction starts with txBegin() and ends with txCommit()
580 * transactions until txCommit() time at which point
1041 * NAME: txCommit()
1072 int txCommit(tid_t tid, /* transaction identifier */ function
1089 jFYI(1, ("txCommit, tid = %d, flag = %d\n", tid, flag));
1275 jFYI(1, ("txCommit: tid = %d, returning %d\n", tid, rc));
2911 rc = txCommit(tid, 1, &ip, 0);
3000 rc = txCommit(tid, 1, &ip, 0);
H A Dxattr.c636 rc = txCommit(tid, 1, &inode, 0);
H A Djfs_dtree.c2878 (void) txCommit(tid, 1, &inode, 0);

Completed in 66 milliseconds