Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_mem.c84 static struct mem_block *alloc_block(struct mem_block *heap, int size, in alloc_block() function
241 block = alloc_block(*heap, alloc->size, alloc->alignment, file_priv); in radeon_mem_alloc()
/linux-4.4.14/fs/hfs/
Dextent.c217 u16 alloc_block, u16 block_count) in hfs_add_extent() argument
227 if (alloc_block != start + count) { in hfs_add_extent()
231 extent->block = cpu_to_be16(alloc_block); in hfs_add_extent()
/linux-4.4.14/fs/hfsplus/
Dextents.c303 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument
313 if (alloc_block != start + count) { in hfsplus_add_extent()
317 extent->start_block = cpu_to_be32(alloc_block); in hfsplus_add_extent()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc_btree.c340 .alloc_block = xfs_inobt_alloc_block,
362 .alloc_block = xfs_inobt_alloc_block,
Dxfs_btree.h139 int (*alloc_block)(struct xfs_btree_cur *cur, member
Dxfs_alloc_btree.c433 .alloc_block = xfs_allocbt_alloc_block,
Dxfs_bmap_btree.c758 .alloc_block = xfs_bmbt_alloc_block,
Dxfs_btree.c2382 error = cur->bc_ops->alloc_block(cur, &lptr, &rptr, stat); in __xfs_btree_split()
2634 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat); in xfs_btree_new_iroot()
2738 error = cur->bc_ops->alloc_block(cur, &rptr, &lptr, stat); in xfs_btree_new_root()