/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db.cc | 330 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action"); in log_action() 410 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::execute"); in execute() 434 WRITELOCK(this, -1, "w db::reset_log"); in reset_log() 457 WRITELOCK(this, -1, "w db::close_log"); in close_log() 473 WRITELOCK(this, -1, "w db::open_log"); in open_log() 513 WRITELOCK(db, FALSE, "db::apply_log_entry"); in apply_log_entry() 575 WRITELOCK(this, FALSE, "w db::execute_log_entry"); in execute_log_entry() 604 WRITELOCK(this, -1, "w db::incorporate_log"); in incorporate_log() 624 WRITELOCK(this, FALSE, "w db::load"); in load() 666 WRITELOCK(this, FALSE, "w db::init"); in init() [all …]
|
H A D | db_log.cc | 79 WRITELOCK(this, 0, "w db_log::execute_on_log"); in execute_on_log() 119 WRITELOCK(f, -1, "w f db_log::copy"); in copy() 192 WRITELOCK(this, -1, "w db_log::append"); in append() 275 WRITELOCK(this, -1, "w db_log::sync_log"); in sync_log() 317 WRITELOCK(this, -1, "w db_log::close"); in close() 346 WRITELOCK(this, FALSE, "w db_log::open"); in open()
|
H A D | db_pickle.cc | 58 WRITELOCK(this, FALSE, "w pickle_file::open"); in open() 89 WRITELOCK(this, EOF, "w pickle_file::close"); in close() 106 WRITELOCK(this, -1, "w pickle_file::transfer"); in transfer()
|
H A D | db_dictionary.cc | 698 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::change_table_name"); in change_table_name() 756 WRITELOCK(this, FALSE, "w db_dictionary::inittemp"); in inittemp() 850 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::massage_dict"); in massage_dict() 955 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::merge_dict"); in merge_dict() 1117 WRITELOCK(this, FALSE, "w db_dictionary::init"); in init() 1198 WRITELOCK(dict, FALSE, "w apply_log_entry"); in apply_log_entry() 1235 WRITELOCK(this, -1, "w db_dictionary::incorporate_log"); in incorporate_log() 1248 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::db_shutdown"); in db_shutdown() 1321 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::checkpoint"); in checkpoint() 1355 WRITELOCK(this, -1, "w db_dictionary::reset_log"); in reset_log() [all …]
|
H A D | db_index.cc | 235 WRITELOCK(this, DB_LOCK_ERROR, "w db_index::remove"); in remove() 275 WRITELOCK(this, DB_LOCK_ERROR, "w db_index::add"); in add() 332 WRITELOCK(this, -1, "w db_index::dump"); in dump()
|
H A D | db_dictlog.cc | 150 WRITELOCK(this, 0, "w db_dictlog::execute_on_log"); in execute_on_log() 225 WRITELOCK(this, -1, "w db_dictlog::append"); in append()
|
H A D | db_mindex.cc | 744 WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::remove_aux"); in remove_aux() 836 WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::remove"); in remove() 933 WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::add"); in add() 1046 WRITELOCK(dp, -1, "w pickle_mindex::transfer"); in transfer() 1107 WRITELOCK(this, -1, "w db_mindex::load"); in load()
|
H A D | db_table.cc | 152 WRITELOCK(this, 0, "w db_free_list::pop"); in pop() 175 WRITELOCK(this, FALSE, "w db_free_list::push"); in push() 774 WRITELOCK(this, FALSE, "db_table::configure w"); in configure()
|
H A D | db_headers.h | 118 #define WRITELOCK(this, retval, msg) \ macro
|