Searched refs:IS_BUCKET (Results 1 – 2 of 2) sorted by relevance
213 bp->addr, (int)IS_BUCKET(bp->flags), 0)) in newbuf()223 if (IS_BUCKET(bp->flags)) { in newbuf()248 if (IS_BUCKET(xbp->flags) || in newbuf()325 if (bp->addr || IS_BUCKET(bp->flags)) { in __buf_free()328 bp->addr, IS_BUCKET(bp->flags), 0)) in __buf_free()
56 #define IS_BUCKET(X) ((X) & BUF_BUCKET) macro