Searched refs:lun_offs (Results 1 – 1 of 1) sorted by relevance
40 int *lun_offs; member119 int *lun_offs = ch_map->lun_offs; in nvm_remove_tgt_dev() local124 int lun = j + lun_offs[j]; in nvm_remove_tgt_dev()132 kfree(ch_map->lun_offs); in nvm_remove_tgt_dev()179 int *lun_roffs = ch_rmap->lun_offs; in nvm_create_tgt_dev()181 int *lun_offs; in nvm_create_tgt_dev() local191 lun_offs = kcalloc(luns_in_chnl, sizeof(int), GFP_KERNEL); in nvm_create_tgt_dev()192 if (!lun_offs) in nvm_create_tgt_dev()200 lun_offs[j] = blun; in nvm_create_tgt_dev()204 ch_map->lun_offs = lun_offs; in nvm_create_tgt_dev()[all …]