Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_page.c68 F_SET(t, B_METADIRTY);
96 F_SET(t, B_METADIRTY);
H A Dbt_close.c141 || !F_ISSET(t, B_MODIFIED | B_METADIRTY))
144 if (F_ISSET(t, B_METADIRTY) && bt_meta(t) == RET_ERROR)
H A Dbtree.h374 #define B_METADIRTY 0x00002 /* need to write metadata */ macro
H A Dbt_debug.c118 X(B_METADIRTY,"METADIRTY");
H A Dbt_open.c275 F_SET(t, B_METADIRTY);