Searched refs:backend_tx_begin_ro (Results 1 – 3 of 3) sorted by relevance
810 int backend_tx_begin_ro(backend_type_t, backend_tx_t **);
1166 res = backend_tx_begin_ro(backend, &tx); in propertygrp_fill_children()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()
2135 backend_tx_begin_ro(backend_type_t t, backend_tx_t **txp) in backend_tx_begin_ro() function