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

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c390 int cur_max; local
425 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0);
426 new_max = cur_max + rec_diff;
437 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t));
447 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0);
448 new_max = cur_max + rec_diff;
/linux-master/drivers/block/zram/
H A Dzram_drv.c188 unsigned long cur_max = atomic_long_read(&zram->stats.max_used_pages); local
191 if (cur_max >= pages)
194 &cur_max, pages));

Completed in 183 milliseconds