/kernel/linux/linux-5.10/fs/jfs/ |
H A D | namei.c | 156 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 D | inode.c | 108 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 D | acl.c | 117 rc = txCommit(tid, 1, &inode, 0); in jfs_set_acl()
|
H A D | jfs_txnmgr.h | 282 extern int txCommit(tid_t, int, struct inode **, int);
|
H A D | resize.c | 368 * by txCommit(); in jfs_extendfs() 397 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in jfs_extendfs()
|
H A D | jfs_txnmgr.c | 11 * 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 D | jfs_imap.c | 1261 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 D | xattr.c | 919 rc = txCommit(tid, 1, &inode, 0); in __jfs_xattr_set()
|
H A D | jfs_dtree.c | 2959 (void) txCommit(tid, 1, &inode, 0); in add_missing_indices()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | namei.c | 156 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 D | inode.c | 108 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 D | acl.c | 122 rc = txCommit(tid, 1, &inode, 0); in jfs_set_acl()
|
H A D | jfs_txnmgr.h | 282 extern int txCommit(tid_t, int, struct inode **, int);
|
H A D | resize.c | 367 * by txCommit(); in jfs_extendfs() 396 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in jfs_extendfs()
|
H A D | jfs_txnmgr.c | 11 * 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 D | jfs_imap.c | 1259 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 D | xattr.c | 919 rc = txCommit(tid, 1, &inode, 0); in __jfs_xattr_set()
|
H A D | jfs_dtree.c | 2661 (void) txCommit(tid, 1, &inode, 0); in add_missing_indices()
|