Home
last modified time | relevance | path

Searched refs:new_numrecs (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap_btree.c556 unsigned int new_numrecs) in xfs_bmap_broot_realloc() argument
569 if (new_numrecs == 0) in xfs_bmap_broot_realloc()
572 new_size = xfs_bmap_broot_space_calc(mp, new_numrecs); in xfs_bmap_broot_realloc()
613 xfs_bmbt_move_ptrs(mp, ifp->if_broot, old_size, new_size, new_numrecs); in xfs_bmap_broot_realloc()
623 unsigned int new_numrecs) in xfs_bmbt_broot_realloc() argument
626 new_numrecs); in xfs_bmbt_broot_realloc()
H A Dxfs_rtrefcount_btree.c305 unsigned int new_numrecs) in xfs_rtrefcountbt_broot_realloc() argument
314 new_size = xfs_rtrefcount_broot_space_calc(mp, level, new_numrecs); in xfs_rtrefcountbt_broot_realloc()
358 new_size, new_numrecs); in xfs_rtrefcountbt_broot_realloc()
H A Dxfs_bmap_btree.h202 int whichfork, unsigned int new_numrecs);
H A Dxfs_rtrmap_btree.c427 unsigned int new_numrecs) in xfs_rtrmapbt_broot_realloc() argument
436 new_size = xfs_rtrmap_broot_space_calc(mp, level, new_numrecs); in xfs_rtrmapbt_broot_realloc()
480 new_numrecs); in xfs_rtrmapbt_broot_realloc()
H A Dxfs_btree.h231 unsigned int new_numrecs);