blp               681 drivers/crypto/qat/qat_common/qat_algs.c 	dma_addr_t blp = qat_req->buf.blp;
blp               691 drivers/crypto/qat/qat_common/qat_algs.c 	dma_unmap_single(dev, blp, sz, DMA_TO_DEVICE);
blp               693 drivers/crypto/qat/qat_common/qat_algs.c 	if (blp != blpout) {
blp               717 drivers/crypto/qat/qat_common/qat_algs.c 	dma_addr_t blp;
blp               730 drivers/crypto/qat/qat_common/qat_algs.c 	blp = dma_map_single(dev, bufl, sz, DMA_TO_DEVICE);
blp               731 drivers/crypto/qat/qat_common/qat_algs.c 	if (unlikely(dma_mapping_error(dev, blp)))
blp               750 drivers/crypto/qat/qat_common/qat_algs.c 	qat_req->buf.blp = blp;
blp               788 drivers/crypto/qat/qat_common/qat_algs.c 		qat_req->buf.bloutp = qat_req->buf.blp;
blp               812 drivers/crypto/qat/qat_common/qat_algs.c 	if (!dma_mapping_error(dev, blp))
blp               813 drivers/crypto/qat/qat_common/qat_algs.c 		dma_unmap_single(dev, blp, sz, DMA_TO_DEVICE);
blp               887 drivers/crypto/qat/qat_common/qat_algs.c 	qat_req->req.comn_mid.src_data_addr = qat_req->buf.blp;
blp               929 drivers/crypto/qat/qat_common/qat_algs.c 	qat_req->req.comn_mid.src_data_addr = qat_req->buf.blp;
blp              1080 drivers/crypto/qat/qat_common/qat_algs.c 	qat_req->req.comn_mid.src_data_addr = qat_req->buf.blp;
blp              1140 drivers/crypto/qat/qat_common/qat_algs.c 	qat_req->req.comn_mid.src_data_addr = qat_req->buf.blp;
blp                69 drivers/crypto/qat/qat_common/qat_crypto.h 	dma_addr_t blp;
blp               129 drivers/message/fusion/mptctl.c 		struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc);
blp              1009 drivers/message/fusion/mptctl.c 		 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc)
blp              1030 drivers/message/fusion/mptctl.c 	*blp = NULL;
blp              1121 drivers/message/fusion/mptctl.c 	*blp = buflist;
blp               162 fs/xfs/libxfs/xfs_dir2_block.c 	struct xfs_dir2_leaf_entry	*blp,
blp               195 fs/xfs/libxfs/xfs_dir2_block.c 		tagp = (__be16 *)blp - 1;
blp               206 fs/xfs/libxfs/xfs_dir2_block.c 			    (uint)sizeof(*blp) < len)
blp               208 fs/xfs/libxfs/xfs_dir2_block.c 		} else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len)
blp               211 fs/xfs/libxfs/xfs_dir2_block.c 			dup = (xfs_dir2_data_unused_t *)blp;
blp               219 fs/xfs/libxfs/xfs_dir2_block.c 	tagp = (__be16 *)blp - 1;
blp               247 fs/xfs/libxfs/xfs_dir2_block.c 		if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) {
blp               275 fs/xfs/libxfs/xfs_dir2_block.c 	struct xfs_dir2_leaf_entry	*blp,
blp               288 fs/xfs/libxfs/xfs_dir2_block.c 		if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) {
blp               298 fs/xfs/libxfs/xfs_dir2_block.c 			blp[toidx] = blp[fromidx];
blp               305 fs/xfs/libxfs/xfs_dir2_block.c 		(xfs_dir2_data_aoff_t)((char *)blp - (char *)hdr),
blp               306 fs/xfs/libxfs/xfs_dir2_block.c 		(xfs_dir2_data_aoff_t)((be32_to_cpu(btp->stale) - 1) * sizeof(*blp)),
blp               325 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */
blp               365 fs/xfs/libxfs/xfs_dir2_block.c 	blp = xfs_dir2_block_leaf_p(btp);
blp               371 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_block_need_space(dp, hdr, btp, blp, &tagp, &dup,
blp               407 fs/xfs/libxfs/xfs_dir2_block.c 		xfs_dir2_block_compact(args, bp, hdr, btp, blp, &needlog,
blp               410 fs/xfs/libxfs/xfs_dir2_block.c 		blp = xfs_dir2_block_leaf_p(btp);
blp               425 fs/xfs/libxfs/xfs_dir2_block.c 		if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval)
blp               432 fs/xfs/libxfs/xfs_dir2_block.c 	while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) {
blp               445 fs/xfs/libxfs/xfs_dir2_block.c 				be16_to_cpu(enddup->length) - sizeof(*blp));
blp               447 fs/xfs/libxfs/xfs_dir2_block.c 				(xfs_dir2_data_aoff_t)sizeof(*blp), &needlog,
blp               469 fs/xfs/libxfs/xfs_dir2_block.c 		blp--;
blp               472 fs/xfs/libxfs/xfs_dir2_block.c 			memmove(blp, &blp[1], mid * sizeof(*blp));
blp               482 fs/xfs/libxfs/xfs_dir2_block.c 			blp[lowstale].address !=
blp               488 fs/xfs/libxfs/xfs_dir2_block.c 			blp[highstale].address !=
blp               500 fs/xfs/libxfs/xfs_dir2_block.c 				memmove(&blp[lowstale], &blp[lowstale + 1],
blp               501 fs/xfs/libxfs/xfs_dir2_block.c 					(mid - lowstale) * sizeof(*blp));
blp               512 fs/xfs/libxfs/xfs_dir2_block.c 				memmove(&blp[mid + 1], &blp[mid],
blp               513 fs/xfs/libxfs/xfs_dir2_block.c 					(highstale - mid) * sizeof(*blp));
blp               526 fs/xfs/libxfs/xfs_dir2_block.c 	blp[mid].hashval = cpu_to_be32(args->hashval);
blp               527 fs/xfs/libxfs/xfs_dir2_block.c 	blp[mid].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(
blp               571 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_leaf_entry_t	*blp;
blp               575 fs/xfs/libxfs/xfs_dir2_block.c 	blp = xfs_dir2_block_leaf_p(btp);
blp               576 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_trans_log_buf(tp, bp, (uint)((char *)&blp[first] - (char *)hdr),
blp               577 fs/xfs/libxfs/xfs_dir2_block.c 		(uint)((char *)&blp[last + 1] - (char *)hdr - 1));
blp               605 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */
blp               625 fs/xfs/libxfs/xfs_dir2_block.c 	blp = xfs_dir2_block_leaf_p(btp);
blp               631 fs/xfs/libxfs/xfs_dir2_block.c 						be32_to_cpu(blp[ent].address)));
blp               653 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */
blp               678 fs/xfs/libxfs/xfs_dir2_block.c 	blp = xfs_dir2_block_leaf_p(btp);
blp               686 fs/xfs/libxfs/xfs_dir2_block.c 		if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval)
blp               701 fs/xfs/libxfs/xfs_dir2_block.c 	while (mid > 0 && be32_to_cpu(blp[mid - 1].hashval) == args->hashval) {
blp               709 fs/xfs/libxfs/xfs_dir2_block.c 		if ((addr = be32_to_cpu(blp[mid].address)) == XFS_DIR2_NULL_DATAPTR)
blp               730 fs/xfs/libxfs/xfs_dir2_block.c 			be32_to_cpu(blp[mid].hashval) == hash);
blp               755 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf pointer */
blp               781 fs/xfs/libxfs/xfs_dir2_block.c 	blp = xfs_dir2_block_leaf_p(btp);
blp               787 fs/xfs/libxfs/xfs_dir2_block.c 						be32_to_cpu(blp[ent].address)));
blp               803 fs/xfs/libxfs/xfs_dir2_block.c 	blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR);
blp               835 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */
blp               855 fs/xfs/libxfs/xfs_dir2_block.c 	blp = xfs_dir2_block_leaf_p(btp);
blp               861 fs/xfs/libxfs/xfs_dir2_block.c 						be32_to_cpu(blp[ent].address)));
blp              1046 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */
blp              1139 fs/xfs/libxfs/xfs_dir2_block.c 	blp = xfs_dir2_block_leaf_p(btp);
blp              1140 fs/xfs/libxfs/xfs_dir2_block.c 	endoffset = (uint)((char *)blp - (char *)hdr);
blp              1160 fs/xfs/libxfs/xfs_dir2_block.c 	blp[0].hashval = cpu_to_be32(xfs_dir_hash_dot);
blp              1161 fs/xfs/libxfs/xfs_dir2_block.c 	blp[0].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(
blp              1174 fs/xfs/libxfs/xfs_dir2_block.c 	blp[1].hashval = cpu_to_be32(xfs_dir_hash_dotdot);
blp              1175 fs/xfs/libxfs/xfs_dir2_block.c 	blp[1].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(
blp              1227 fs/xfs/libxfs/xfs_dir2_block.c 		blp[2 + i].hashval = cpu_to_be32(mp->m_dirnameops->
blp              1229 fs/xfs/libxfs/xfs_dir2_block.c 		blp[2 + i].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(
blp              1242 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_sort(blp, be32_to_cpu(btp->count), sizeof(*blp), xfs_dir2_block_sort);
blp               337 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_leaf_entry_t	*blp;		/* block's leaf entries */
blp               377 fs/xfs/libxfs/xfs_dir2_leaf.c 	blp = xfs_dir2_block_leaf_p(btp);
blp               394 fs/xfs/libxfs/xfs_dir2_leaf.c 	memcpy(ents, blp, be32_to_cpu(btp->count) * sizeof(xfs_dir2_leaf_entry_t));
blp               403 fs/xfs/libxfs/xfs_dir2_leaf.c 		(xfs_dir2_data_aoff_t)((char *)blp - (char *)hdr),
blp               405 fs/xfs/libxfs/xfs_dir2_leaf.c 				       (char *)blp),
blp                53 fs/xfs/libxfs/xfs_dir2_sf.c 	xfs_dir2_leaf_entry_t	*blp;		/* leaf area of the block */
blp                79 fs/xfs/libxfs/xfs_dir2_sf.c 	blp = xfs_dir2_block_leaf_p(btp);
blp                85 fs/xfs/libxfs/xfs_dir2_sf.c 		if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR)