Searched refs:txCommit (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/jfs/ |
| H A D | inode.c | 114 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0); in jfs_commit_inode() 407 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 | 396 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in jfs_extendfs()
|
| H A D | jfs_txnmgr.c | 1128 int txCommit(tid_t tid, /* transaction identifier */ in txCommit() function 2836 txCommit(tid, 1, &ip, 0); in txQuiesce() 2913 txCommit(tid, 1, &ip, 0); in jfs_sync()
|
| H A D | jfs_imap.c | 1262 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in diFree() 2592 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in diNewIAG() 3019 txCommit(tid, 1, &ip, COMMIT_FORCE); in duplicateIXtree()
|
| H A D | xattr.c | 943 rc = txCommit(tid, 1, &inode, 0); in __jfs_xattr_set()
|
| H A D | jfs_dtree.c | 2674 (void) txCommit(tid, 1, &inode, 0); in add_missing_indices()
|