Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c294 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
304 mpool_put(t->bt_mp, lchild, MPOOL_DIRTY);
305 mpool_put(t->bt_mp, rchild, MPOOL_DIRTY);
309 mpool_put(t->bt_mp, l, MPOOL_DIRTY);
310 mpool_put(t->bt_mp, r, MPOOL_DIRTY);
320 err1: mpool_put(t->bt_mp, lchild, MPOOL_DIRTY);
321 mpool_put(t->bt_mp, rchild, MPOOL_DIRTY);
411 mpool_put(t->bt_mp, tp, MPOOL_DIRTY);
518 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
593 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
[all …]
H A Dbt_delete.c118 h, status == RET_SUCCESS ? MPOOL_DIRTY : 0);
326 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
356 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
448 mpool_put(t->bt_mp, pg, MPOOL_DIRTY);
454 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
648 mpool_put(t->bt_mp, pg, MPOOL_DIRTY);
654 mpool_put(t->bt_mp, pg, MPOOL_DIRTY);
H A Dbt_overflow.c170 mpool_put(t->bt_mp, last, MPOOL_DIRTY);
175 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
H A Dbt_page.c71 return (mpool_put(t->bt_mp, h, MPOOL_DIRTY));
H A Dbt_open.c388 mpool_put(t->bt_mp, meta, MPOOL_DIRTY);
389 mpool_put(t->bt_mp, root, MPOOL_DIRTY);
H A Dbt_close.c181 mpool_put(t->bt_mp, p, MPOOL_DIRTY);
H A Dbt_put.c249 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_search.c100 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
104 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
122 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
H A Drec_delete.c139 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
H A Drec_open.c203 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
H A Drec_put.c277 mpool_put(t->bt_mp, h, MPOOL_DIRTY);
/illumos-gate/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.h67 #define MPOOL_DIRTY 0x01 /* page needs to be written */ macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c937 return (mpool_put(hashp->mp, pagep, (is_dirty ? MPOOL_DIRTY : 0)));