Home
last modified time | relevance | path

Searched refs:blp (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_dir2_block.c191 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space() argument
224 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space()
235 (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space()
237 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space()
240 dup = (xfs_dir2_data_unused_t *)blp; in xfs_dir2_block_need_space()
248 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space()
276 if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) { in xfs_dir2_block_need_space()
304 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_compact() argument
317 if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir2_block_compact()
327 blp[toidx] = blp[fromidx]; in xfs_dir2_block_compact()
[all …]
Dxfs_dir2_leaf.c385 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */ in xfs_dir2_block_to_leaf() local
424 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_to_leaf()
440 memcpy(leafhdr.ents, blp, in xfs_dir2_block_to_leaf()
450 (xfs_dir2_data_aoff_t)((char *)blp - (char *)hdr), in xfs_dir2_block_to_leaf()
452 (char *)blp), in xfs_dir2_block_to_leaf()
Dxfs_dir2_sf.c173 xfs_dir2_leaf_entry_t *blp; /* leaf area of the block */ in xfs_dir2_block_sfsize() local
199 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_sfsize()
205 if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_sfsize()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_algs.c672 dma_addr_t blp = qat_req->buf.blp; in qat_alg_free_bufl() local
682 dma_unmap_single(dev, blp, sz, DMA_TO_DEVICE); in qat_alg_free_bufl()
687 if (blp != blpout) { in qat_alg_free_bufl()
714 dma_addr_t blp = DMA_MAPPING_ERROR; in qat_alg_sgl_to_bufl() local
754 blp = dma_map_single(dev, bufl, sz, DMA_TO_DEVICE); in qat_alg_sgl_to_bufl()
755 if (unlikely(dma_mapping_error(dev, blp))) in qat_alg_sgl_to_bufl()
758 qat_req->buf.blp = blp; in qat_alg_sgl_to_bufl()
806 qat_req->buf.bloutp = qat_req->buf.blp; in qat_alg_sgl_to_bufl()
826 if (!dma_mapping_error(dev, blp)) in qat_alg_sgl_to_bufl()
827 dma_unmap_single(dev, blp, sz, DMA_TO_DEVICE); in qat_alg_sgl_to_bufl()
[all …]
Dqat_crypto.h60 dma_addr_t blp; member
/linux-5.19.10/drivers/scsi/elx/libefc_sli/
Dsli4.c1446 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_els_request64_wqe()
1447 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_els_request64_wqe()
1598 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_fcp_icmnd64_wqe()
1599 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_fcp_icmnd64_wqe()
1658 bptr->u.blp.low = sge[0].buffer_address_low; in sli_fcp_iread64_wqe()
1659 bptr->u.blp.high = sge[0].buffer_address_high; in sli_fcp_iread64_wqe()
1667 bptr->u.blp.low = in sli_fcp_iread64_wqe()
1669 bptr->u.blp.high = in sli_fcp_iread64_wqe()
1764 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_fcp_iwrite64_wqe()
1765 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_fcp_iwrite64_wqe()
[all …]
Dsli4.h336 struct sli4_dmaaddr blp; member
/linux-5.19.10/drivers/message/fusion/
Dmptctl.c129 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc);
1007 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) in kbuf_alloc_2_sgl() argument
1028 *blp = NULL; in kbuf_alloc_2_sgl()
1121 *blp = buflist; in kbuf_alloc_2_sgl()