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

/openbsd-current/lib/libc/db/btree/
H A Dbt_page.c60 F_SET(t, B_METADIRTY);
86 F_SET(t, B_METADIRTY);
H A Dbt_close.c132 if (F_ISSET(t, B_METADIRTY) && bt_meta(t) == RET_ERROR)
H A Dbt_debug.c75 X(B_METADIRTY,"METADIRTY");
H A Dbtree.h359 #define B_METADIRTY 0x00002 /* need to write metadata */ macro
H A Dbt_open.c261 F_SET(t, B_METADIRTY);

Completed in 57 milliseconds