Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_inode_fork.c356 int new_max; in xfs_iroot_realloc() local
388 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
389 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); in xfs_iroot_realloc()
410 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
411 ASSERT(new_max >= 0); in xfs_iroot_realloc()
412 if (new_max > 0) in xfs_iroot_realloc()
413 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); in xfs_iroot_realloc()
431 if (new_max > 0) { in xfs_iroot_realloc()
437 memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t)); in xfs_iroot_realloc()
446 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
/fs/nfs/
Dnfs4session.c92 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot() local
93 if (new_max < slotid) in nfs4_free_slot()
94 tbl->highest_used_slotid = new_max; in nfs4_free_slot()