Home
last modified time | relevance | path

Searched refs:backend_tx_begin (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/svc/configd/
H A Dfile_object.c1488 rc = backend_tx_begin(BACKEND_TYPE_NORMAL, &dip.di_tx); in object_delete()
1492 rc = backend_tx_begin(BACKEND_TYPE_NONPERSIST, &dip.di_np_tx); in object_delete()
1612 if ((rc = backend_tx_begin(pp->rn_id.rl_backend, &tx)) != in object_create()
1680 rc_wr = backend_tx_begin(BACKEND_TYPE_NORMAL, &tx_wr); in object_create_pg()
1685 rc_wr = backend_tx_begin(BACKEND_TYPE_NONPERSIST, &tx_wr); in object_create_pg()
2186 result = backend_tx_begin(BACKEND_TYPE_NORMAL, &tx); in object_snapshot_do_take()
2362 result = backend_tx_begin(BACKEND_TYPE_NORMAL, &tx); in object_snapshot_attach()
H A Dconfigd.h809 int backend_tx_begin(backend_type_t, backend_tx_t **);
H A Dobject.c662 ret = backend_tx_begin(backend, &tx); in object_tx_commit()
H A Dbackend.c2180 backend_tx_begin(backend_type_t t, backend_tx_t **txp) in backend_tx_begin() function