Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbt_page.c60 F_SET(t, B_METADIRTY); in __bt_free()
86 F_SET(t, B_METADIRTY); in __bt_new()
H A Dbt_close.c134 !F_ISSET(t, B_MODIFIED | B_METADIRTY)) in __bt_sync()
137 if (F_ISSET(t, B_METADIRTY) && bt_meta(t) == RET_ERROR) in __bt_sync()
H A Dbtree.h357 #define B_METADIRTY 0x00002 /* need to write metadata */ macro
H A Dbt_debug.c77 X(B_METADIRTY,"METADIRTY"); in __bt_dump()
H A Dbt_open.c264 F_SET(t, B_METADIRTY); in __bt_open()