Lines Matching refs:bp2
1225 struct xfs_buf *bp2 = NULL;
1243 error = xfs_da_get_buf(args->trans, dp, blkno, &bp2, XFS_ATTR_FORK);
1248 xfs_trans_buf_set_type(args->trans, bp2, XFS_BLFT_ATTR_LEAF_BUF);
1249 bp2->b_ops = bp1->b_ops;
1250 memcpy(bp2->b_addr, bp1->b_addr, args->geo->blksize);
1252 struct xfs_da3_blkinfo *hdr3 = bp2->b_addr;
1253 hdr3->blkno = cpu_to_be64(xfs_buf_daddr(bp2));
1255 xfs_trans_log_buf(args->trans, bp2, 0, args->geo->blksize - 1);
1266 leaf = bp2->b_addr;
2904 struct xfs_buf *bp2;
2928 &bp2);
2932 bp2 = bp1;
2938 leaf2 = bp2->b_addr;
2989 xfs_trans_log_buf(args->trans, bp2,
2995 xfs_trans_log_buf(args->trans, bp2,