Home
last modified time | relevance | path

Searched refs:BUF_PIN (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/db/hash/
H A Dhash.c589 rbufp->flags |= BUF_PIN; in hash_access()
605 save_bufp->flags &= ~BUF_PIN; in hash_access()
627 save_bufp->flags &= ~BUF_PIN; in hash_access()
636 save_bufp->flags &= ~BUF_PIN; in hash_access()
646 save_bufp->flags &= ~BUF_PIN; in hash_access()
649 save_bufp->flags &= ~BUF_PIN; in hash_access()
655 save_bufp->flags &= ~BUF_PIN; in hash_access()
662 save_bufp->flags &= ~BUF_PIN; in hash_access()
678 save_bufp->flags &= ~BUF_PIN; in hash_access()
689 save_bufp->flags &= ~BUF_PIN; in hash_access()
H A Dhash_page.c199 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()
200 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()
211 old_bufp->flags &= ~BUF_PIN; in __split_page()
212 new_bufp->flags &= ~BUF_PIN; in __split_page()
253 old_bufp->flags &= ~BUF_PIN; in __split_page()
254 new_bufp->flags &= ~BUF_PIN; in __split_page()
H A Dhash.h54 #define BUF_PIN 0x0008 macro
H A Dhash_buf.c188 if (hashp->nbufs || (bp->flags & BUF_PIN) || bp == hashp->cpage) { in newbuf()