Searched refs:new_max (Results 1 – 5 of 5) sorted by relevance
352 int new_max; in xfs_iroot_realloc() local384 new_max = cur_max + rec_diff; in xfs_iroot_realloc()385 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); in xfs_iroot_realloc()406 new_max = cur_max + rec_diff; in xfs_iroot_realloc()407 ASSERT(new_max >= 0); in xfs_iroot_realloc()408 if (new_max > 0) in xfs_iroot_realloc()409 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); in xfs_iroot_realloc()427 if (new_max > 0) { in xfs_iroot_realloc()433 memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t)); in xfs_iroot_realloc()442 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
86 int index, int new_max) in set_resource_limit() argument88 if (new_max == S32_MAX) { in set_resource_limit()95 rpool->resources[index].max = new_max; in set_resource_limit()
149 int new_max = baseminor + minorct - 1; in __register_chrdev_region() local152 if (new_max >= old_min && new_max <= old_max) { in __register_chrdev_region()
91 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot() local92 if (new_max < slotid) in nfs4_free_slot()93 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
72 int new_max = nr_cpus + cpu - prev - 1; in cpu_map__read() local74 if (new_max >= max_entries) { in cpu_map__read()75 max_entries = new_max + MAX_NR_CPUS / 2; in cpu_map__read()