Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1511 rc = backend_tx_commit(dip.di_tx); in object_delete()
1515 (void) backend_tx_commit(dip.di_np_tx); in object_delete()
1622 rc = backend_tx_commit(tx); in object_create()
1741 rc = backend_tx_commit(tx_wr); in object_create_pg()
2317 result = backend_tx_commit(tx); in object_snapshot_take_new()
2400 result = backend_tx_commit(tx); in object_snapshot_attach()
H A Dconfigd.h832 int backend_tx_commit(backend_tx_t *);
H A Dobject.c743 r = backend_tx_commit(tx); in object_tx_commit()
H A Dbackend.c2241 backend_tx_commit(backend_tx_t *tx) in backend_tx_commit() function