Searched refs:new_numrecs (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_bmap_btree.c | 556 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 D | xfs_rtrefcount_btree.c | 305 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 D | xfs_bmap_btree.h | 202 int whichfork, unsigned int new_numrecs);
|
| H A D | xfs_rtrmap_btree.c | 427 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 D | xfs_btree.h | 231 unsigned int new_numrecs);
|