Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_inode_fork.c377 int cur_max; in xfs_iroot_realloc() local
411 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
412 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
423 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
433 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
434 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
/Linux-v6.6/drivers/block/zram/
Dzram_drv.c180 unsigned long cur_max = atomic_long_read(&zram->stats.max_used_pages); in update_used_max() local
183 if (cur_max >= pages) in update_used_max()
186 &cur_max, pages)); in update_used_max()