/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 191 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space() 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() 317 if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir2_block_compact() 327 blp[toid in xfs_dir2_block_compact() 187 xfs_dir2_block_need_space( struct xfs_inode *dp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, __be16 **tagpp, struct xfs_dir2_data_unused **dupp, struct xfs_dir2_data_unused **enddupp, int *compact, int len) xfs_dir2_block_need_space() argument 299 xfs_dir2_block_compact( struct xfs_da_args *args, struct xfs_buf *bp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, int *needlog, int *lfloghigh, int *lfloglow) xfs_dir2_block_compact() argument 354 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_block_addname() local 600 xfs_dir2_leaf_entry_t *blp; xfs_dir2_block_log_leaf() local 634 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_block_lookup() local 682 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_block_lookup_int() local 782 xfs_dir2_leaf_entry_t *blp; /* block leaf pointer */ xfs_dir2_block_removename() local 863 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_block_replace() local 1078 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_sf_to_block() local [all...] |
H A D | xfs_dir2_leaf.c | 381 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */ in xfs_dir2_block_to_leaf() local 420 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_to_leaf() 436 memcpy(leafhdr.ents, blp, in xfs_dir2_block_to_leaf() 446 (xfs_dir2_data_aoff_t)((char *)blp - (char *)hdr), in xfs_dir2_block_to_leaf() 448 (char *)blp), in xfs_dir2_block_to_leaf()
|
H A D | xfs_dir2_sf.c | 173 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()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 191 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space() 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() 317 if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir2_block_compact() 327 blp[toid in xfs_dir2_block_compact() 187 xfs_dir2_block_need_space( struct xfs_inode *dp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, __be16 **tagpp, struct xfs_dir2_data_unused **dupp, struct xfs_dir2_data_unused **enddupp, int *compact, int len) xfs_dir2_block_need_space() argument 299 xfs_dir2_block_compact( struct xfs_da_args *args, struct xfs_buf *bp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, int *needlog, int *lfloghigh, int *lfloglow) xfs_dir2_block_compact() argument 354 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_block_addname() local 600 xfs_dir2_leaf_entry_t *blp; xfs_dir2_block_log_leaf() local 634 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_block_lookup() local 682 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_block_lookup_int() local 782 xfs_dir2_leaf_entry_t *blp; /* block leaf pointer */ xfs_dir2_block_removename() local 863 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_block_replace() local 1078 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ xfs_dir2_sf_to_block() local [all...] |
H A D | xfs_dir2_leaf.c | 390 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */ in xfs_dir2_block_to_leaf() local 429 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_to_leaf() 445 memcpy(leafhdr.ents, blp, in xfs_dir2_block_to_leaf() 455 (xfs_dir2_data_aoff_t)((char *)blp - (char *)hdr), in xfs_dir2_block_to_leaf() 457 (char *)blp), in xfs_dir2_block_to_leaf()
|
H A D | xfs_dir2_sf.c | 173 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()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_bl.c | 19 dma_addr_t blp = buf->blp; in qat_bl_free_bufl() local 26 bl_dma_dir = blp != blpout ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qat_bl_free_bufl() 32 dma_unmap_single(dev, blp, sz, DMA_TO_DEVICE); in qat_bl_free_bufl() 37 if (blp != blpout) { in qat_bl_free_bufl() 65 dma_addr_t blp = DMA_MAPPING_ERROR; in __qat_bl_sgl_to_bufl() local 119 blp = dma_map_single(dev, bufl, sz, DMA_TO_DEVICE); in __qat_bl_sgl_to_bufl() 120 if (unlikely(dma_mapping_error(dev, blp))) in __qat_bl_sgl_to_bufl() 123 buf->blp = blp; in __qat_bl_sgl_to_bufl() [all...] |
H A D | qat_bl.h | 31 dma_addr_t blp; member
|
H A D | qat_algs.c | 812 qat_req->req.comn_mid.src_data_addr = qat_req->buf.blp; in qat_alg_aead_dec() 856 qat_req->req.comn_mid.src_data_addr = qat_req->buf.blp; in qat_alg_aead_enc() 1042 qat_req->req.comn_mid.src_data_addr = qat_req->buf.blp; in qat_alg_skcipher_encrypt() 1109 qat_req->req.comn_mid.src_data_addr = qat_req->buf.blp; in qat_alg_skcipher_decrypt()
|
H A D | qat_comp_algs.c | 366 sfbuf = qat_req->buf.blp; in qat_comp_alg_compress_decompress()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 623 dma_addr_t blp = qat_req->buf.blp; in qat_alg_free_bufl() local 630 bl_dma_dir = blp != blpout ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qat_alg_free_bufl() 636 dma_unmap_single(dev, blp, sz, DMA_TO_DEVICE); in qat_alg_free_bufl() 641 if (blp != blpout) { in qat_alg_free_bufl() 667 dma_addr_t blp = DMA_MAPPING_ERROR; in qat_alg_sgl_to_bufl() local 710 blp = dma_map_single(dev, bufl, sz, DMA_TO_DEVICE); in qat_alg_sgl_to_bufl() 711 if (unlikely(dma_mapping_error(dev, blp))) in qat_alg_sgl_to_bufl() 714 qat_req->buf.blp = blp; in qat_alg_sgl_to_bufl() [all...] |
H A D | qat_crypto.h | 45 dma_addr_t blp; member
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.c | 1446 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 in sli_fcp_iwrite64_wqe() [all...] |
H A D | sli4.h | 336 struct sli4_dmaaddr blp; member
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptctl.c | 129 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc); 1002 * blp - point to the buflist pointer 1009 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) in kbuf_alloc_2_sgl() 1030 *blp = NULL; in kbuf_alloc_2_sgl() 1121 *blp = buflist; in kbuf_alloc_2_sgl() 1008 kbuf_alloc_2_sgl(int bytes, u32 sgdir, int sge_offset, int *frags, struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) kbuf_alloc_2_sgl() argument
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptctl.c | 129 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc); 998 * blp - point to the buflist pointer 1005 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) in kbuf_alloc_2_sgl() 1026 *blp = NULL; in kbuf_alloc_2_sgl() 1119 *blp = buflist; in kbuf_alloc_2_sgl() 1004 kbuf_alloc_2_sgl(int bytes, u32 sgdir, int sge_offset, int *frags, struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) kbuf_alloc_2_sgl() argument
|