Lines Matching refs:bp1
964 struct xfs_buf *bp1 = NULL; in xfs_attr3_leaf_to_node() local
974 error = xfs_attr3_leaf_read(args->trans, dp, 0, -1, &bp1); in xfs_attr3_leaf_to_node()
984 bp2->b_ops = bp1->b_ops; in xfs_attr3_leaf_to_node()
985 memcpy(bp2->b_addr, bp1->b_addr, args->geo->blksize); in xfs_attr3_leaf_to_node()
995 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
998 node = bp1->b_addr; in xfs_attr3_leaf_to_node()
1011 xfs_trans_log_buf(args->trans, bp1, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
2671 struct xfs_buf *bp1; in xfs_attr3_leaf_flipflags() local
2687 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp1); in xfs_attr3_leaf_flipflags()
2700 bp2 = bp1; in xfs_attr3_leaf_flipflags()
2703 leaf1 = bp1->b_addr; in xfs_attr3_leaf_flipflags()
2745 xfs_trans_log_buf(args->trans, bp1, in xfs_attr3_leaf_flipflags()
2752 xfs_trans_log_buf(args->trans, bp1, in xfs_attr3_leaf_flipflags()