MPOOL_PINNED 163 libdb/mpool.c bp->flags = MPOOL_PINNED; MPOOL_PINNED 203 libdb/mpool.c if (bp->flags & MPOOL_PINNED) { MPOOL_PINNED 220 libdb/mpool.c bp->flags |= MPOOL_PINNED; MPOOL_PINNED 251 libdb/mpool.c bp->flags = MPOOL_PINNED; MPOOL_PINNED 289 libdb/mpool.c if (!(bp->flags & MPOOL_PINNED)) { MPOOL_PINNED 295 libdb/mpool.c bp->flags &= ~MPOOL_PINNED; MPOOL_PINNED 371 libdb/mpool.c if (!(bp->flags & MPOOL_PINNED)) { MPOOL_PINNED 510 libdb/mpool.c if (bp->flags & MPOOL_PINNED) MPOOL_PINNED 66 libdb/mpool.h #define MPOOL_PINNED 0x02