Lines Matching defs:new_bp
604 * Insert the new_bp into the hash table. This consumes the perag reference
617 struct xfs_buf *new_bp;
621 error = _xfs_buf_alloc(btp, map, nmaps, flags, &new_bp);
631 if (BBTOB(new_bp->b_length) >= PAGE_SIZE ||
632 xfs_buf_alloc_kmem(new_bp, flags) < 0) {
633 error = xfs_buf_alloc_pages(new_bp, flags);
640 &new_bp->b_rhash_head, xfs_buf_hash_params);
659 new_bp->b_pag = pag;
661 *bpp = new_bp;
665 xfs_buf_free(new_bp);