Searched refs:btree_txn_commit (Results 1 – 4 of 4) sorted by relevance
83 int btree_txn_commit(struct btree_txn *txn);
81 btree_txn_commit(ns->indx_txn) != BT_SUCCESS) { in namespace_commit()90 btree_txn_commit(ns->data_txn) != BT_SUCCESS) { in namespace_commit()
729 btree_txn_commit(struct btree_txn *txn) in btree_txn_commit() function2628 rc = btree_txn_commit(txn); in btree_txn_del()2985 rc = btree_txn_commit(txn); in btree_txn_put()
205 if (btree_txn_commit(ns->indx_txn) != BT_SUCCESS) in index_namespace()