Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_snapshot.c265 if ((ret = be_find_current_be(&bt)) != BE_SUCCESS) { in be_rollback()
420 if ((ret = be_find_current_be(&bt)) != BE_SUCCESS) { in _be_create_snapshot()
648 if ((err = be_find_current_be(&bt)) != BE_SUCCESS) { in _be_destroy_snapshot()
H A Dlibbe_priv.h195 int be_find_current_be(be_transaction_data_t *);
H A Dbe_rename.c101 if (be_find_current_be(&cbt) != BE_SUCCESS) { in be_rename()
H A Dbe_create.c414 if ((ret = be_find_current_be(&cur_bt)) != BE_SUCCESS) { in be_destroy()
634 if ((ret = be_find_current_be(&bt)) != BE_SUCCESS) { in be_copy()
H A Dbe_list.c232 if (be_find_current_be(&bt) != BE_SUCCESS) { in _be_list()
H A Dbe_activate.c413 if ((ret = be_find_current_be(&bt)) != BE_SUCCESS) { in be_activate_current_be()
H A Dbe_utils.c2429 be_find_current_be(be_transaction_data_t *bt) in be_find_current_be() function