Searched refs:lxt_cnt (Results 1 – 4 of 4) sorted by relevance
516 u64 delta = *new_size - rhte->lxt_cnt; in grow_lxt()539 ngrps_old = LXT_NUM_GROUPS(rhte->lxt_cnt); in grow_lxt()558 my_new_size = rhte->lxt_cnt + delta; in grow_lxt()591 rhte->lxt_cnt = my_new_size; in grow_lxt()636 u64 delta = rhte->lxt_cnt - *new_size; in shrink_lxt()663 my_new_size = rhte->lxt_cnt - delta; in shrink_lxt()669 rhte->lxt_cnt = my_new_size; in shrink_lxt()789 if (new_size > rhte->lxt_cnt) in _cxlflash_vlun_resize()791 else if (new_size < rhte->lxt_cnt) in _cxlflash_vlun_resize()1148 rhte->lxt_cnt = rhte_src->lxt_cnt; in clone_lxt()[all …]
48 #define LXT_NUM_GROUPS(lxt_cnt) (((lxt_cnt) + 7)/8) /* alloc'ed groups */ argument
508 u32 lxt_cnt; member
1896 last_lba = ((u64)rhte->lxt_cnt * MC_CHUNK_SIZE * gli->blk_len); in cxlflash_disk_verify()
Completed in 11 milliseconds