Searched refs:new_numrecs (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bmap_btree.c | 544 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 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 | 406 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 D | xfs_btree.h | 234 unsigned int new_numrecs);
|