Searched refs:backend_tx_begin (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | file_object.c | 1488 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 D | configd.h | 809 int backend_tx_begin(backend_type_t, backend_tx_t **);
|
H A D | object.c | 662 ret = backend_tx_begin(backend, &tx); in object_tx_commit()
|
H A D | backend.c | 2180 backend_tx_begin(backend_type_t t, backend_tx_t **txp) in backend_tx_begin() function
|