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.h423 #define DB_DNODE(_db) ((_db)->db_dnode_handle->dnh_dnode) argument
424 #define DB_DNODE_LOCK(_db) ((_db)->db_dnode_handle->dnh_zrlock) argument
425 #define DB_DNODE_ENTER(_db) (zrl_add(&DB_DNODE_LOCK(_db))) argument
426 #define DB_DNODE_EXIT(_db) (zrl_remove(&DB_DNODE_LOCK(_db))) argument
427 #define DB_DNODE_HELD(_db) (!zrl_is_zero(&DB_DNODE_LOCK(_db))) argument
429 #define DB_DNODE(_db) ((_db)->db_dnode) argument
430 #define DB_DNODE_LOCK(_db) argument
431 #define DB_DNODE_ENTER(_db) argument
432 #define DB_DNODE_EXIT(_db) argument
433 #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