Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_dir2_block.c71 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ in xfs_dir2_block_addname() local
124 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_addname()
132 tagp = (__be16 *)blp - 1; in xfs_dir2_block_addname()
155 if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) { in xfs_dir2_block_addname()
195 tagp = (__be16 *)blp - 1; in xfs_dir2_block_addname()
206 (uint)sizeof(*blp) < len) in xfs_dir2_block_addname()
208 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) in xfs_dir2_block_addname()
211 dup = (xfs_dir2_data_unused_t *)blp; in xfs_dir2_block_addname()
258 if (be32_to_cpu(blp[fromidx].address) == XFS_DIR2_NULL_DATAPTR) { in xfs_dir2_block_addname()
268 blp[toidx] = blp[fromidx]; in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_leaf.c68 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */ in xfs_dir2_block_to_leaf() local
107 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_to_leaf()
117 memcpy(leaf->ents, blp, be32_to_cpu(btp->count) * sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir2_block_to_leaf()
126 (xfs_dir2_data_aoff_t)((char *)blp - (char *)block), in xfs_dir2_block_to_leaf()
128 (char *)blp), in xfs_dir2_block_to_leaf()
Dxfs_dir2_sf.c75 xfs_dir2_leaf_entry_t *blp; /* leaf area of the block */ in xfs_dir2_block_sfsize() local
92 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_sfsize()
98 if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_sfsize()
/linux-2.6.39/drivers/message/fusion/
Dmptctl.c129 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc);
1033 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) in kbuf_alloc_2_sgl() argument
1050 *blp = NULL; in kbuf_alloc_2_sgl()
1141 *blp = buflist; in kbuf_alloc_2_sgl()