Home
last modified time | relevance | path

Searched refs:txCommit (Results 1 – 8 of 8) sorted by relevance

/linux/fs/jfs/
H A Dinode.c114 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 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.c396 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in jfs_extendfs()
H A Djfs_txnmgr.c1128 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 Djfs_imap.c1262 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 Dxattr.c943 rc = txCommit(tid, 1, &inode, 0); in __jfs_xattr_set()
H A Djfs_dtree.c2674 (void) txCommit(tid, 1, &inode, 0); in add_missing_indices()