Home
last modified time | relevance | path

Searched refs:alloc_block (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Drmm.c83 static bool alloc_block(struct rmm_target_obj *target, u32 segid, u32 size,
100 if (!alloc_block(target, segid, size, align, dsp_address)) { in rmm_alloc()
342 static bool alloc_block(struct rmm_target_obj *target, u32 segid, u32 size, in alloc_block() function
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_mem.c83 static struct mem_block *alloc_block(struct mem_block *heap, int size, in alloc_block() function
240 block = alloc_block(*heap, alloc->size, alloc->alignment, file_priv); in radeon_mem_alloc()
/linux-3.4.99/fs/hfs/
Dextent.c206 u16 alloc_block, u16 block_count) in hfs_add_extent() argument
216 if (alloc_block != start + count) { in hfs_add_extent()
220 extent->block = cpu_to_be16(alloc_block); in hfs_add_extent()
/linux-3.4.99/fs/hfsplus/
Dextents.c299 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument
309 if (alloc_block != start + count) { in hfsplus_add_extent()
313 extent->start_block = cpu_to_be32(alloc_block); in hfsplus_add_extent()
/linux-3.4.99/fs/xfs/
Dxfs_ialloc_btree.c213 .alloc_block = xfs_inobt_alloc_block,
Dxfs_btree.h158 int (*alloc_block)(struct xfs_btree_cur *cur, member
Dxfs_alloc_btree.c319 .alloc_block = xfs_allocbt_alloc_block,
Dxfs_bmap_btree.c740 .alloc_block = xfs_bmbt_alloc_block,
Dxfs_btree.c2174 error = cur->bc_ops->alloc_block(cur, &lptr, &rptr, 1, stat); in xfs_btree_split()
2347 error = cur->bc_ops->alloc_block(cur, pp, &nptr, 1, stat); in xfs_btree_new_iroot()
2441 error = cur->bc_ops->alloc_block(cur, &rptr, &lptr, 1, stat); in xfs_btree_new_root()