Searched refs:BUF_PIN (Results 1 – 4 of 4) sorted by relevance
591 rbufp->flags |= BUF_PIN; in hash_access()607 save_bufp->flags &= ~BUF_PIN; in hash_access()629 save_bufp->flags &= ~BUF_PIN; in hash_access()638 save_bufp->flags &= ~BUF_PIN; in hash_access()648 save_bufp->flags &= ~BUF_PIN; in hash_access()651 save_bufp->flags &= ~BUF_PIN; in hash_access()657 save_bufp->flags &= ~BUF_PIN; in hash_access()664 save_bufp->flags &= ~BUF_PIN; in hash_access()679 save_bufp->flags &= ~BUF_PIN; in hash_access()690 save_bufp->flags &= ~BUF_PIN; in hash_access()
198 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()199 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()210 old_bufp->flags &= ~BUF_PIN; in __split_page()211 new_bufp->flags &= ~BUF_PIN; in __split_page()252 old_bufp->flags &= ~BUF_PIN; in __split_page()253 new_bufp->flags &= ~BUF_PIN; in __split_page()
53 #define BUF_PIN 0x0008 macro
187 if (hashp->nbufs || (bp->flags & BUF_PIN) || bp == hashp->cpage) { in newbuf()