Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_inode.c2414 int new_max; in xfs_iroot_realloc() local
2447 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
2448 new_size = (size_t)XFS_BMAP_BROOT_SPACE_CALC(new_max); in xfs_iroot_realloc()
2472 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
2473 ASSERT(new_max >= 0); in xfs_iroot_realloc()
2474 if (new_max > 0) in xfs_iroot_realloc()
2475 new_size = (size_t)XFS_BMAP_BROOT_SPACE_CALC(new_max); in xfs_iroot_realloc()
2492 if (new_max > 0) { in xfs_iroot_realloc()
2500 memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t)); in xfs_iroot_realloc()
2509 memcpy(np, op, new_max * (uint)sizeof(xfs_dfsbno_t)); in xfs_iroot_realloc()