Home
last modified time | relevance | path

Searched refs:bp2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/zfs/
H A Dspa.h230 #define BP_EQUAL(bp1, bp2) \ argument
231 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
232 DVA_EQUAL(&(bp1)->blk_dva[0], &(bp2)->blk_dva[0]) && \
233 DVA_EQUAL(&(bp1)->blk_dva[1], &(bp2)->blk_dva[1]) && \
234 DVA_EQUAL(&(bp1)->blk_dva[2], &(bp2)->blk_dva[2]))
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1229 struct xfs_buf *bp2 = NULL; in xfs_attr3_leaf_to_node() local
1253 bp2->b_ops = bp1->b_ops; in xfs_attr3_leaf_to_node()
1256 struct xfs_da3_blkinfo *hdr3 = bp2->b_addr; in xfs_attr3_leaf_to_node()
1257 hdr3->blkno = cpu_to_be64(xfs_buf_daddr(bp2)); in xfs_attr3_leaf_to_node()
1270 leaf = bp2->b_addr; in xfs_attr3_leaf_to_node()
2908 struct xfs_buf *bp2; in xfs_attr3_leaf_flipflags() local
2932 &bp2); in xfs_attr3_leaf_flipflags()
2936 bp2 = bp1; in xfs_attr3_leaf_flipflags()
2942 leaf2 = bp2->b_addr; in xfs_attr3_leaf_flipflags()
2993 xfs_trans_log_buf(args->trans, bp2, in xfs_attr3_leaf_flipflags()
[all …]
/openbmc/linux/net/sctp/
H A Dbind_addr.c337 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check() local
345 list_for_each_entry_rcu(laddr2, &bp2->address_list, list) { in sctp_bind_addrs_check()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c910 struct bpt *bp, *bp2; in insert_bpts() local
943 bp2 = at_breakpoint(bp->address - 4); in insert_bpts()
944 if (bp2 && ppc_inst_prefixed(ppc_inst_read(bp2->instr))) { in insert_bpts()