Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dfile_object.c1640 backend_tx_t *tx_ro, *tx_wr; in object_create_pg() local
1681 rc_ro = backend_tx_begin_ro(BACKEND_TYPE_NONPERSIST, &tx_ro); in object_create_pg()
1684 rc_ro = backend_tx_begin_ro(BACKEND_TYPE_NORMAL, &tx_ro); in object_create_pg()
1698 if (tx_ro != NULL) { in object_create_pg()
1699 rc = backend_tx_run_single_int(tx_ro, q, &id); in object_create_pg()
1721 if (tx_ro != NULL) in object_create_pg()
1722 backend_tx_end_ro(tx_ro); in object_create_pg()
1723 tx_ro = NULL; in object_create_pg()
1753 if (tx_ro != NULL) in object_create_pg()
1754 backend_tx_end_ro(tx_ro); in object_create_pg()