Lines Matching refs:txn
74 lock_tvec(lt, txn, flags, list, nlist, elistp)
76 DB_TXN *txn;
82 txn->txnid, txn, flags, list, nlist, elistp));
86 __lock_vec_internal(lt, locker, txn, flags, list, nlist, elistp)
89 DB_TXN *txn;
116 ret = __lock_get_internal(lt, locker, txn, flags,
128 if (txn == NULL || txn->parent == NULL) {
133 if ((ret = __lock_getobj(lt, txn->parent->txnid,
148 lp->holder = txn->parent->txnid;
298 lock_tget(lt, txn, flags, obj, lock_mode, lock)
300 DB_TXN *txn;
323 txn->txnid, txn, flags, obj, lock_mode, &lockp)) == 0) {
434 __lock_get_internal(lt, locker, txn, flags, obj, lock_mode, lockp)
437 DB_TXN *txn;
512 __lock_is_parent(lp->holder, txn)) {
1020 __lock_is_parent(locker, txn)
1022 DB_TXN *txn;
1026 if (txn == NULL)
1029 for (t = txn->parent; t != NULL; t = t->parent)