Lines Matching refs:new_size
509 u64 *new_size) in grow_lxt() argument
518 u64 delta = *new_size - rhte->lxt_cnt; in grow_lxt()
600 *new_size = my_new_size; in grow_lxt()
622 u64 *new_size) in shrink_lxt() argument
633 u64 delta = rhte->lxt_cnt - *new_size; in shrink_lxt()
707 *new_size = my_new_size; in shrink_lxt()
738 u64 new_size; in _cxlflash_vlun_resize() local
752 new_size = DIV_ROUND_UP(nsectors, MC_CHUNK_SIZE); in _cxlflash_vlun_resize()
756 resize->req_size, new_size); in _cxlflash_vlun_resize()
784 if (new_size > rhte->lxt_cnt) in _cxlflash_vlun_resize()
785 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size); in _cxlflash_vlun_resize()
786 else if (new_size < rhte->lxt_cnt) in _cxlflash_vlun_resize()
787 rc = shrink_lxt(afu, sdev, rhndl, rhte, ctxi, &new_size); in _cxlflash_vlun_resize()
790 resize->last_lba = (new_size * MC_CHUNK_SIZE * gli->blk_len); in _cxlflash_vlun_resize()