Home
last modified time | relevance | path

Searched defs:_db (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h433 #define DB_DNODE(_db) ((_db)->db_dnode_handle->dnh_dnode) argument
434 #define DB_DNODE_LOCK(_db) ((_db)->db_dnode_handle->dnh_zrlock) argument
435 #define DB_DNODE_ENTER(_db) (zrl_add(&DB_DNODE_LOCK(_db))) argument
436 #define DB_DNODE_EXIT(_db) (zrl_remove(&DB_DNODE_LOCK(_db))) argument
437 #define DB_DNODE_HELD(_db) (!zrl_is_zero(&DB_DNODE_LOCK(_db))) argument
439 #define DB_DNODE(_db) ((_db)->db_dnode) argument
440 #define DB_DNODE_LOCK(_db) argument
441 #define DB_DNODE_ENTER(_db) argument
442 #define DB_DNODE_EXIT(_db) argument
443 #define DB_DNODE_HELD(_db) (B_TRUE) argument
[all …]
/freebsd/contrib/kyua/store/
H A Dwrite_transaction.cpp194 sqlite::database _db; member
H A Dread_transaction.cpp446 sqlite::database _db; member