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

/linux-master/fs/jfs/
H A Dnamei.c156 rc = txCommit(tid, 2, &iplist[0], 0);
290 rc = txCommit(tid, 2, &iplist[0], 0);
417 rc = txCommit(tid, 2, &iplist[0], 0);
556 rc = txCommit(tid, 2, &iplist[0], commit_flag);
571 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC);
838 rc = txCommit(tid, 2, &iplist[0], 0);
1040 rc = txCommit(tid, 2, &iplist[0], 0);
1302 rc = txCommit(tid, ipcount, iplist, commit_flag);
1321 rc = txCommit(tid, 1, &new_ip, COMMIT_SYNC);
1427 rc = txCommit(ti
[all...]
H A Djfs_txnmgr.h282 extern int txCommit(tid_t, int, struct inode **, int);
H A Dacl.c122 rc = txCommit(tid, 1, &inode, 0);
H A Dinode.c108 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0);
399 txCommit(tid, 1, &ip, 0);
H A Dresize.c367 * by txCommit();
396 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
H A Djfs_imap.c1259 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
2584 * txCommit(COMMIT_FORCE) will synchronously write address
2589 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
3016 txCommit(tid, 1, &ip, COMMIT_FORCE);
H A Djfs_txnmgr.c11 * transaction starts with txBegin() and ends with txCommit()
628 * transactions until txCommit() time at which point
1096 * NAME: txCommit()
1127 int txCommit(tid_t tid, /* transaction identifier */ function
1143 jfs_info("txCommit, tid = %d, flag = %d", tid, flag);
1357 jfs_info("txCommit: tid = %d, returning %d", tid, rc);
2835 txCommit(tid, 1, &ip, 0);
2912 txCommit(tid, 1, &ip, 0);
H A Dxattr.c919 rc = txCommit(tid, 1, &inode, 0);
H A Djfs_dtree.c2661 (void) txCommit(tid, 1, &inode, 0);

Completed in 247 milliseconds