lun_roffs         169 drivers/lightnvm/core.c 		int *lun_roffs = ch_rmap->lun_offs;
lun_roffs         191 drivers/lightnvm/core.c 			lun_roffs[j + blun] = blun;
lun_roffs         526 drivers/lightnvm/core.c 		int *lun_roffs;
lun_roffs         534 drivers/lightnvm/core.c 		lun_roffs = kcalloc(luns_in_chnl, sizeof(int), GFP_KERNEL);
lun_roffs         535 drivers/lightnvm/core.c 		if (!lun_roffs)
lun_roffs         539 drivers/lightnvm/core.c 			lun_roffs[j] = -1;
lun_roffs         541 drivers/lightnvm/core.c 		ch_rmap->lun_offs = lun_roffs;