Searched refs:IS_BUCKET (Results 1 – 2 of 2) sorted by relevance
214 bp->addr, (int)IS_BUCKET(bp->flags), 0)) in newbuf()224 if (IS_BUCKET(bp->flags)) { in newbuf()249 if (IS_BUCKET(xbp->flags) || in newbuf()326 if (bp->addr || IS_BUCKET(bp->flags)) { in __buf_free()329 bp->addr, IS_BUCKET(bp->flags), 0)) in __buf_free()
76 #define IS_BUCKET(X) ((X) & BUF_BUCKET) macro