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()
144 bufp->flags |= BUF_MOD; in __big_insert()175 bufp->flags |= BUF_MOD; in __big_insert()216 rbufp->flags |= BUF_MOD; in __big_delete()252 bufp->flags |= BUF_MOD; in __big_delete()584 tmpp->flags |= BUF_MOD; in __big_split()615 big_keyp->flags |= BUF_MOD; in __big_split()
170 bufp->flags |= BUF_MOD; in __delpair()198 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()199 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()364 old_bufp->flags |= BUF_MOD; in ugly_split()377 new_bufp->flags |= BUF_MOD; in ugly_split()445 bufp->flags |= BUF_MOD; in __addel()478 bufp->flags |= BUF_MOD; in __add_ovflpage()486 bufp->ovfl->flags |= BUF_MOD; in __add_ovflpage()
50 #define BUF_MOD 0x0001 macro