Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_block.c165 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space() argument
198 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space()
209 (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space()
211 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space()
214 dup = (xfs_dir2_data_unused_t *)blp; in xfs_dir2_block_need_space()
222 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space()
250 if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) { in xfs_dir2_block_need_space()
278 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_compact() argument
291 if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir2_block_compact()
301 blp[toidx] = blp[fromidx]; in xfs_dir2_block_compact()
[all …]
Dxfs_dir2_leaf.c398 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */ in xfs_dir2_block_to_leaf() local
438 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_to_leaf()
455 memcpy(ents, blp, be32_to_cpu(btp->count) * sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir2_block_to_leaf()
464 (xfs_dir2_data_aoff_t)((char *)blp - (char *)hdr), in xfs_dir2_block_to_leaf()
466 (char *)blp), in xfs_dir2_block_to_leaf()
Dxfs_dir2_sf.c56 xfs_dir2_leaf_entry_t *blp; /* leaf area of the block */ in xfs_dir2_block_sfsize() local
82 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_sfsize()
88 if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_sfsize()
/linux-4.19.296/drivers/message/fusion/
Dmptctl.c129 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc);
1009 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) in kbuf_alloc_2_sgl() argument
1030 *blp = NULL; in kbuf_alloc_2_sgl()
1121 *blp = buflist; in kbuf_alloc_2_sgl()