Searched refs:cur_max (Results 1 – 2 of 2) sorted by relevance
362 int cur_max; in xfs_iroot_realloc() local396 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()397 new_max = cur_max + rec_diff; in xfs_iroot_realloc()408 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()418 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()419 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
191 unsigned long old_max, cur_max; in update_used_max() local196 cur_max = old_max; in update_used_max()197 if (pages > cur_max) in update_used_max()199 &zram->stats.max_used_pages, cur_max, pages); in update_used_max()200 } while (old_max != cur_max); in update_used_max()