Searched refs:lun_roffs (Results 1 – 1 of 1) sorted by relevance
169 int *lun_roffs = ch_rmap->lun_offs; in nvm_create_tgt_dev() local191 lun_roffs[j + blun] = blun; in nvm_create_tgt_dev()521 int *lun_roffs; in nvm_register_map() local529 lun_roffs = kcalloc(luns_in_chnl, sizeof(int), GFP_KERNEL); in nvm_register_map()530 if (!lun_roffs) in nvm_register_map()534 lun_roffs[j] = -1; in nvm_register_map()536 ch_rmap->lun_offs = lun_roffs; in nvm_register_map()