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

/netbsd-current/lib/libc/db/btree/
H A Dbt_page.c69 F_SET(t, B_METADIRTY);
95 F_SET(t, B_METADIRTY);
H A Dbt_close.c140 || !F_ISSET(t, B_MODIFIED | B_METADIRTY))
143 if (F_ISSET(t, B_METADIRTY) && bt_meta(t) == RET_ERROR)
H A Dbt_open.c270 F_SET(t, B_METADIRTY);
H A Dbt_debug.c108 X(B_METADIRTY,"METADIRTY");
H A Dbtree.h411 #define B_METADIRTY 0x00002 /* need to write metadata */ macro

Completed in 178 milliseconds