Searched refs:BUF_PIN (Results 1 – 4 of 4) sorted by relevance
642 rbufp->flags |= BUF_PIN;658 save_bufp->flags &= ~BUF_PIN;680 save_bufp->flags &= ~BUF_PIN;689 save_bufp->flags &= ~BUF_PIN;699 save_bufp->flags &= ~BUF_PIN;702 save_bufp->flags &= ~BUF_PIN;708 save_bufp->flags &= ~BUF_PIN;715 save_bufp->flags &= ~BUF_PIN;730 save_bufp->flags &= ~BUF_PIN;741 save_bufp->flags &= ~BUF_PIN;
192 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()193 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()204 old_bufp->flags &= ~BUF_PIN; in __split_page()205 new_bufp->flags &= ~BUF_PIN; in __split_page()246 old_bufp->flags &= ~BUF_PIN; in __split_page()247 new_bufp->flags &= ~BUF_PIN; in __split_page()
73 #define BUF_PIN 0x0008 macro
181 if (hashp->nbufs || (bp->flags & BUF_PIN)) { in newbuf()