Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Dnamei.c156 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_create()
289 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_mkdir()
416 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_rmdir()
554 rc = txCommit(tid, 2, &iplist[0], commit_flag); in jfs_unlink()
569 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC); in jfs_unlink()
836 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_link()
1038 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_symlink()
1299 rc = txCommit(tid, ipcount, iplist, commit_flag); in jfs_rename()
1318 rc = txCommit(tid, 1, &new_ip, COMMIT_SYNC); in jfs_rename()
1424 rc = txCommit(ti in jfs_mknod()
[all...]
H A Dinode.c108 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0); in jfs_commit_inode()
409 txCommit(tid, 1, &ip, 0); in jfs_truncate_nolock()
H A Dacl.c117 rc = txCommit(tid, 1, &inode, 0); in jfs_set_acl()
H A Djfs_txnmgr.h282 extern int txCommit(tid_t, int, struct inode **, int);
H A Dresize.c368 * by txCommit(); in jfs_extendfs()
397 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in jfs_extendfs()
H A Djfs_txnmgr.c11 * transaction starts with txBegin() and ends with txCommit()
628 * transactions until txCommit() time at which point in txLock()
1096 * NAME: txCommit()
1127 int txCommit(tid_t tid, /* transaction identifier */ in txCommit() function
1143 jfs_info("txCommit, tid = %d, flag = %d", tid, flag); in txCommit()
1358 jfs_info("txCommit: tid = %d, returning %d", tid, rc); in txCommit()
2871 txCommit(tid, 1, &ip, 0); in txQuiesce()
2947 txCommit(tid, 1, &ip, 0); in jfs_sync()
H A Djfs_imap.c1261 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in diFree()
2586 * txCommit(COMMIT_FORCE) will synchronously write address in diNewIAG()
2591 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in diNewIAG()
3018 txCommit(tid, 1, &ip, COMMIT_FORCE); in duplicateIXtree()
H A Dxattr.c919 rc = txCommit(tid, 1, &inode, 0); in __jfs_xattr_set()
H A Djfs_dtree.c2959 (void) txCommit(tid, 1, &inode, 0); in add_missing_indices()
/kernel/linux/linux-6.6/fs/jfs/
H A Dnamei.c156 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_create()
290 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_mkdir()
417 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_rmdir()
555 rc = txCommit(tid, 2, &iplist[0], commit_flag); in jfs_unlink()
570 rc = txCommit(tid, 2, &iplist[0], COMMIT_SYNC); in jfs_unlink()
837 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_link()
1039 rc = txCommit(tid, 2, &iplist[0], 0); in jfs_symlink()
1300 rc = txCommit(tid, ipcount, iplist, commit_flag); in jfs_rename()
1319 rc = txCommit(tid, 1, &new_ip, COMMIT_SYNC); in jfs_rename()
1425 rc = txCommit(ti in jfs_mknod()
[all...]
H A Dinode.c108 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0); in jfs_commit_inode()
399 txCommit(tid, 1, &ip, 0); in jfs_truncate_nolock()
H A Dacl.c122 rc = txCommit(tid, 1, &inode, 0); in jfs_set_acl()
H A Djfs_txnmgr.h282 extern int txCommit(tid_t, int, struct inode **, int);
H A Dresize.c367 * by txCommit(); in jfs_extendfs()
396 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in jfs_extendfs()
H A Djfs_txnmgr.c11 * transaction starts with txBegin() and ends with txCommit()
628 * transactions until txCommit() time at which point in txLock()
1096 * NAME: txCommit()
1127 int txCommit(tid_t tid, /* transaction identifier */ in txCommit() function
1143 jfs_info("txCommit, tid = %d, flag = %d", tid, flag); in txCommit()
1357 jfs_info("txCommit: tid = %d, returning %d", tid, rc); in txCommit()
2834 txCommit(tid, 1, &ip, 0); in txQuiesce()
2910 txCommit(tid, 1, &ip, 0); in jfs_sync()
H A Djfs_imap.c1259 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in diFree()
2584 * txCommit(COMMIT_FORCE) will synchronously write address in diNewIAG()
2589 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in diNewIAG()
3016 txCommit(tid, 1, &ip, COMMIT_FORCE); in duplicateIXtree()
H A Dxattr.c919 rc = txCommit(tid, 1, &inode, 0); in __jfs_xattr_set()
H A Djfs_dtree.c2661 (void) txCommit(tid, 1, &inode, 0); in add_missing_indices()

Completed in 29 milliseconds