Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_bmap_btree.c544 unsigned int new_numrecs) in xfs_bmap_broot_realloc() argument
557 if (new_numrecs == 0) in xfs_bmap_broot_realloc()
560 new_size = xfs_bmap_broot_space_calc(mp, new_numrecs); in xfs_bmap_broot_realloc()
601 xfs_bmbt_move_ptrs(mp, ifp->if_broot, old_size, new_size, new_numrecs); in xfs_bmap_broot_realloc()
611 unsigned int new_numrecs) in xfs_bmbt_broot_realloc() argument
614 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.c406 unsigned int new_numrecs) in xfs_rtrmapbt_broot_realloc() argument
415 new_size = xfs_rtrmap_broot_space_calc(mp, level, new_numrecs); in xfs_rtrmapbt_broot_realloc()
459 new_numrecs); in xfs_rtrmapbt_broot_realloc()
H A Dxfs_btree.h234 unsigned int new_numrecs);