Searched refs:bp2 (Results 1 – 4 of 4) sorted by relevance
| /linux/net/sctp/ |
| A D | bind_addr.c | 337 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()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_attr_leaf.c | 1222 struct xfs_buf *bp2 = NULL; in xfs_attr3_leaf_to_node() local 1240 error = xfs_da_get_buf(args->trans, dp, blkno, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node() 1247 xfs_da_buf_copy(bp2, bp1, args->geo->blksize); in xfs_attr3_leaf_to_node() 1248 xfs_trans_log_buf(args->trans, bp2, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node() 1259 leaf = bp2->b_addr; in xfs_attr3_leaf_to_node() 2914 struct xfs_buf *bp2; in xfs_attr3_leaf_flipflags() local 2939 args->blkno2, &bp2); in xfs_attr3_leaf_flipflags() 2943 bp2 = bp1; in xfs_attr3_leaf_flipflags() 2949 leaf2 = bp2->b_addr; in xfs_attr3_leaf_flipflags() 3000 xfs_trans_log_buf(args->trans, bp2, in xfs_attr3_leaf_flipflags() [all …]
|
| /linux/fs/bcachefs/ |
| A D | backpointers.c | 30 struct bch_backpointer bp2; in extent_matches_bp() local 39 bch2_extent_ptr_to_bp(c, ca, btree_id, level, k, p, entry, &bucket2, &bp2); in extent_matches_bp() 41 !memcmp(&bp, &bp2, sizeof(bp))) { in extent_matches_bp()
|
| /linux/arch/powerpc/xmon/ |
| A D | xmon.c | 908 struct bpt *bp, *bp2; in insert_bpts() local 941 bp2 = at_breakpoint(bp->address - 4); in insert_bpts() 942 if (bp2 && ppc_inst_prefixed(ppc_inst_read(bp2->instr))) { in insert_bpts()
|
Completed in 18 milliseconds