Home
last modified time | relevance | path

Searched refs:WT_BTREE_SPECIAL_FLAGS (Results 1 – 5 of 5) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/session/
H A Dsession_dhandle.c142 (btree != NULL && F_ISSET(btree, WT_BTREE_SPECIAL_FLAGS)))) in __wt_session_lock_dhandle()
169 if (btree != NULL && F_ISSET(btree, WT_BTREE_SPECIAL_FLAGS)) in __wt_session_lock_dhandle()
286 } else if ((btree != NULL && F_ISSET(btree, WT_BTREE_SPECIAL_FLAGS)) || in __wt_session_release_dhandle()
517 !LF_ISSET(WT_BTREE_SPECIAL_FLAGS))) in __wt_session_get_dhandle()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_dhandle.c385 F_CLR(btree, WT_BTREE_SPECIAL_FLAGS); in __wt_conn_dhandle_close()
487 F_SET(btree, LF_MASK(WT_BTREE_SPECIAL_FLAGS)); in __wt_conn_dhandle_open()
528 F_CLR(btree, WT_BTREE_SPECIAL_FLAGS); in __wt_conn_dhandle_open()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dbtree.h258 #define WT_BTREE_SPECIAL_FLAGS \ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_handle.c84 F_CLR(btree, ~WT_BTREE_SPECIAL_FLAGS); in __wt_btree_open()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_ckpt.c1485 !is_checkpoint || !F_ISSET(btree, WT_BTREE_SPECIAL_FLAGS)); in __checkpoint_lock_dirty_tree()