Home
last modified time | relevance | path

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

/Linux-v6.6/fs/hfs/
Dextent.c221 u16 alloc_block, u16 block_count) in hfs_add_extent() argument
231 if (alloc_block != start + count) { in hfs_add_extent()
235 extent->block = cpu_to_be16(alloc_block); in hfs_add_extent()
/Linux-v6.6/fs/hfsplus/
Dextents.c310 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument
320 if (alloc_block != start + count) { in hfsplus_add_extent()
324 extent->start_block = cpu_to_be32(alloc_block); in hfsplus_add_extent()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_btree_staging.c144 nops->alloc_block = xfs_btree_fakeroot_alloc_block; in xfs_btree_stage_afakeroot()
225 nops->alloc_block = xfs_btree_fakeroot_alloc_block; in xfs_btree_stage_ifakeroot()
Dxfs_alloc_btree.c452 .alloc_block = xfs_allocbt_alloc_block,
475 .alloc_block = xfs_allocbt_alloc_block,
Dxfs_ialloc_btree.c407 .alloc_block = xfs_inobt_alloc_block,
429 .alloc_block = xfs_finobt_alloc_block,
Dxfs_refcount_btree.c319 .alloc_block = xfs_refcountbt_alloc_block,
Dxfs_btree.h129 int (*alloc_block)(struct xfs_btree_cur *cur, member
Dxfs_rmap_btree.c485 .alloc_block = xfs_rmapbt_alloc_block,
Dxfs_bmap_btree.c529 .alloc_block = xfs_bmbt_alloc_block,
Dxfs_btree.c2719 error = cur->bc_ops->alloc_block(cur, &lptr, &rptr, stat); in __xfs_btree_split()
2999 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat); in xfs_btree_new_iroot()
3099 error = cur->bc_ops->alloc_block(cur, &rptr, &lptr, stat); in xfs_btree_new_root()
/Linux-v6.6/mm/
Dslab.c2837 static __always_inline int alloc_block(struct kmem_cache *cachep, in alloc_block() function
2903 batchcount = alloc_block(cachep, ac, slab, batchcount); in cache_alloc_refill()
2931 alloc_block(cachep, ac, slab, batchcount); in cache_alloc_refill()