Searched refs:BUF_MOD (Results 1 – 4 of 4) sorted by relevance
198 if ((bp->flags & BUF_MOD) && __put_page(hashp, bp->page, in newbuf()215 ((bp->flags & BUF_MOD) || in newbuf()240 if ((xbp->flags & BUF_MOD) && __put_page(hashp, in newbuf()310 if (to_disk && (bp->flags & BUF_MOD) && in __buf_free()
159 bufp->flags |= BUF_MOD; in __big_insert()199 bufp->flags |= BUF_MOD; in __big_insert()244 rbufp->flags |= BUF_MOD; in __big_delete()282 bufp->flags |= BUF_MOD; in __big_delete()620 tmpp->flags |= BUF_MOD; in __big_split()651 big_keyp->flags |= BUF_MOD; in __big_split()
177 bufp->flags |= BUF_MOD; in __delpair()206 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()207 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()378 old_bufp->flags |= BUF_MOD; in ugly_split()391 new_bufp->flags |= BUF_MOD; in ugly_split()461 bufp->flags |= BUF_MOD; in __addel()496 bufp->flags |= BUF_MOD; in __add_ovflpage()505 bufp->ovfl->flags |= BUF_MOD; in __add_ovflpage()
56 #define BUF_MOD 0x0001 macro