Home
last modified time | relevance | path

Searched refs:MPOOL_DIRTY (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_search.c102 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
106 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
124 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
H A Drec_delete.c141 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
H A Drec_open.c205 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
H A Drec_put.c279 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c296 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
306 mpool_put(t->bt_mp, lchild, MPOOL_DIRTY);
307 mpool_put(t->bt_mp, rchild, MPOOL_DIRTY);
311 mpool_put(t->bt_mp, l, MPOOL_DIRTY);
312 mpool_put(t->bt_mp, r, MPOOL_DIRTY);
322 err1: mpool_put(t->bt_mp, lchild, MPOOL_DIRTY);
323 mpool_put(t->bt_mp, rchild, MPOOL_DIRTY);
413 mpool_put(t->bt_mp, tp, MPOOL_DIRTY);
520 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
595 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
[all …]
H A Dbt_delete.c120 h, status == RET_SUCCESS ? MPOOL_DIRTY : 0);
328 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
358 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
450 mpool_put(t->bt_mp, pg, MPOOL_DIRTY);
456 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
650 mpool_put(t->bt_mp, pg, MPOOL_DIRTY);
656 mpool_put(t->bt_mp, pg, MPOOL_DIRTY);
H A Dbt_overflow.c172 mpool_put(t->bt_mp, last, MPOOL_DIRTY);
177 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
H A Dbt_page.c73 return (mpool_put(t->bt_mp, h, MPOOL_DIRTY));
H A Dbt_close.c183 mpool_put(t->bt_mp, p, MPOOL_DIRTY);
H A Dbt_open.c390 mpool_put(t->bt_mp, meta, MPOOL_DIRTY);
391 mpool_put(t->bt_mp, root, MPOOL_DIRTY);
H A Dbt_put.c251 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c298 if (flags & MPOOL_DIRTY)
299 bp->flags |= flags & MPOOL_DIRTY;
337 if (bp->flags & MPOOL_DIRTY &&
370 if (bp->flags & MPOOL_DIRTY &&
436 bp->flags &= ~MPOOL_DIRTY;
500 if (bp->flags & MPOOL_DIRTY)
H A Dmpool.h69 #define MPOOL_DIRTY 0x01 /* page needs to be written */ macro
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c946 return (mpool_put(hashp->mp, pagep, (is_dirty ? MPOOL_DIRTY : 0)));