Lines Matching refs:new_size
509 u64 *new_size) in grow_lxt() argument
520 u64 delta = *new_size - rhte->lxt_cnt; in grow_lxt()
605 *new_size = my_new_size; in grow_lxt()
627 u64 *new_size) in shrink_lxt() argument
640 u64 delta = rhte->lxt_cnt - *new_size; in shrink_lxt()
713 *new_size = my_new_size; in shrink_lxt()
745 u64 new_size; in _cxlflash_vlun_resize() local
759 new_size = DIV_ROUND_UP(nsectors, MC_CHUNK_SIZE); in _cxlflash_vlun_resize()
763 new_size); in _cxlflash_vlun_resize()
793 if (new_size > rhte->lxt_cnt) in _cxlflash_vlun_resize()
794 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size); in _cxlflash_vlun_resize()
795 else if (new_size < rhte->lxt_cnt) in _cxlflash_vlun_resize()
796 rc = shrink_lxt(afu, sdev, rhndl, rhte, ctxi, &new_size); in _cxlflash_vlun_resize()
814 resize->last_lba = (new_size * MC_CHUNK_SIZE * gli->blk_len); in _cxlflash_vlun_resize()