Searched refs:BUF_PIN (Results 1 – 4 of 4) sorted by relevance
580 rbufp->flags |= BUF_PIN; in hash_access()596 save_bufp->flags &= ~BUF_PIN; in hash_access()618 save_bufp->flags &= ~BUF_PIN; in hash_access()627 save_bufp->flags &= ~BUF_PIN; in hash_access()637 save_bufp->flags &= ~BUF_PIN; in hash_access()640 save_bufp->flags &= ~BUF_PIN; in hash_access()646 save_bufp->flags &= ~BUF_PIN; in hash_access()653 save_bufp->flags &= ~BUF_PIN; in hash_access()668 save_bufp->flags &= ~BUF_PIN; in hash_access()679 save_bufp->flags &= ~BUF_PIN; in hash_access()
194 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()195 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()206 old_bufp->flags &= ~BUF_PIN; in __split_page()207 new_bufp->flags &= ~BUF_PIN; in __split_page()248 old_bufp->flags &= ~BUF_PIN; in __split_page()249 new_bufp->flags &= ~BUF_PIN; in __split_page()
55 #define BUF_PIN 0x0008 macro
188 if (hashp->nbufs || (bp->flags & BUF_PIN) || bp == hashp->cpage) { in newbuf()