Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_leaf.c1089 struct xfs_buf *bp2 = NULL; in xfs_attr3_leaf_to_node() local
1102 error = xfs_da_get_buf(args->trans, dp, blkno, -1, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1107 xfs_trans_buf_set_type(args->trans, bp2, XFS_BLFT_ATTR_LEAF_BUF); in xfs_attr3_leaf_to_node()
1108 bp2->b_ops = bp1->b_ops; in xfs_attr3_leaf_to_node()
1109 memcpy(bp2->b_addr, bp1->b_addr, args->geo->blksize); in xfs_attr3_leaf_to_node()
1111 struct xfs_da3_blkinfo *hdr3 = bp2->b_addr; in xfs_attr3_leaf_to_node()
1112 hdr3->blkno = cpu_to_be64(bp2->b_bn); in xfs_attr3_leaf_to_node()
1114 xfs_trans_log_buf(args->trans, bp2, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1126 leaf = bp2->b_addr; in xfs_attr3_leaf_to_node()
2778 struct xfs_buf *bp2; in xfs_attr3_leaf_flipflags() local
[all …]
/Linux-v5.4/net/sctp/
Dbind_addr.c328 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check() local
336 list_for_each_entry_rcu(laddr2, &bp2->address_list, list) { in sctp_bind_addrs_check()