Searched refs:blp (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 162 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space() argument 195 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 206 (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space() 208 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space() 211 dup = (xfs_dir2_data_unused_t *)blp; in xfs_dir2_block_need_space() 219 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 247 if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) { in xfs_dir2_block_need_space() 275 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_compact() argument 288 if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir2_block_compact() 298 blp[toidx] = blp[fromidx]; in xfs_dir2_block_compact() [all …]
|
D | xfs_dir2_leaf.c | 337 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */ in xfs_dir2_block_to_leaf() local 377 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_to_leaf() 394 memcpy(ents, blp, be32_to_cpu(btp->count) * sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir2_block_to_leaf() 403 (xfs_dir2_data_aoff_t)((char *)blp - (char *)hdr), in xfs_dir2_block_to_leaf() 405 (char *)blp), in xfs_dir2_block_to_leaf()
|
D | xfs_dir2_sf.c | 53 xfs_dir2_leaf_entry_t *blp; /* leaf area of the block */ in xfs_dir2_block_sfsize() local 79 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_sfsize() 85 if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_sfsize()
|
/Linux-v5.4/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 681 dma_addr_t blp = qat_req->buf.blp; in qat_alg_free_bufl() local 691 dma_unmap_single(dev, blp, sz, DMA_TO_DEVICE); in qat_alg_free_bufl() 693 if (blp != blpout) { in qat_alg_free_bufl() 717 dma_addr_t blp; in qat_alg_sgl_to_bufl() local 730 blp = dma_map_single(dev, bufl, sz, DMA_TO_DEVICE); in qat_alg_sgl_to_bufl() 731 if (unlikely(dma_mapping_error(dev, blp))) in qat_alg_sgl_to_bufl() 750 qat_req->buf.blp = blp; in qat_alg_sgl_to_bufl() 788 qat_req->buf.bloutp = qat_req->buf.blp; in qat_alg_sgl_to_bufl() 812 if (!dma_mapping_error(dev, blp)) in qat_alg_sgl_to_bufl() 813 dma_unmap_single(dev, blp, sz, DMA_TO_DEVICE); in qat_alg_sgl_to_bufl() [all …]
|
D | qat_crypto.h | 69 dma_addr_t blp; member
|
/Linux-v5.4/drivers/message/fusion/ |
D | mptctl.c | 129 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc); 1026 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) in kbuf_alloc_2_sgl() argument 1047 *blp = NULL; in kbuf_alloc_2_sgl() 1138 *blp = buflist; in kbuf_alloc_2_sgl()
|