Searched refs:BUF_MOD (Results 1 – 4 of 4) sorted by relevance
204 if ((bp->flags & BUF_MOD) && __put_page(hashp, bp->page, in newbuf()223 ((bp->flags & BUF_MOD) || in newbuf()248 if ((xbp->flags & BUF_MOD) && __put_page(hashp, in newbuf()318 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()
163 bufp->flags |= BUF_MOD; in __delpair()191 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()192 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()357 old_bufp->flags |= BUF_MOD; in ugly_split()370 new_bufp->flags |= BUF_MOD; in ugly_split()438 bufp->flags |= BUF_MOD; in __addel()471 bufp->flags |= BUF_MOD; in __add_ovflpage()479 bufp->ovfl->flags |= BUF_MOD; in __add_ovflpage()
52 #define BUF_MOD 0x0001 macro