Searched refs:BUF_MOD (Results 1 – 4 of 4) sorted by relevance
212 if ((bp->flags & BUF_MOD) && __put_page(hashp, bp->page, in newbuf()231 ((bp->flags & BUF_MOD) || in newbuf()256 if ((xbp->flags & BUF_MOD) && __put_page(hashp, in newbuf()326 if (to_disk && (bp->flags & BUF_MOD) && in __buf_free()
139 bufp->flags |= BUF_MOD; in __big_insert()170 bufp->flags |= BUF_MOD; in __big_insert()212 rbufp->flags |= BUF_MOD; in __big_delete()248 bufp->flags |= BUF_MOD; in __big_delete()605 tmpp->flags |= BUF_MOD; in __big_split()636 big_keyp->flags |= BUF_MOD; in __big_split()
162 bufp->flags |= BUF_MOD; in __delpair()192 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()193 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()358 old_bufp->flags |= BUF_MOD; in ugly_split()371 new_bufp->flags |= BUF_MOD; in ugly_split()436 bufp->flags |= BUF_MOD; in __addel()470 bufp->flags |= BUF_MOD; in __add_ovflpage()478 bufp->ovfl->flags |= BUF_MOD; in __add_ovflpage()
70 #define BUF_MOD 0x0001 macro