lun_offs           28 drivers/lightnvm/core.c 	int *lun_offs;
lun_offs          109 drivers/lightnvm/core.c 		int *lun_offs = ch_map->lun_offs;
lun_offs          114 drivers/lightnvm/core.c 				int lun = j + lun_offs[j];
lun_offs          122 drivers/lightnvm/core.c 		kfree(ch_map->lun_offs);
lun_offs          169 drivers/lightnvm/core.c 		int *lun_roffs = ch_rmap->lun_offs;
lun_offs          171 drivers/lightnvm/core.c 		int *lun_offs;
lun_offs          181 drivers/lightnvm/core.c 		lun_offs = kcalloc(luns_in_chnl, sizeof(int), GFP_KERNEL);
lun_offs          182 drivers/lightnvm/core.c 		if (!lun_offs)
lun_offs          190 drivers/lightnvm/core.c 			lun_offs[j] = blun;
lun_offs          194 drivers/lightnvm/core.c 		ch_map->lun_offs = lun_offs;
lun_offs          229 drivers/lightnvm/core.c 		kfree(dev_map->chnls[i].lun_offs);
lun_offs          541 drivers/lightnvm/core.c 		ch_rmap->lun_offs = lun_roffs;
lun_offs          549 drivers/lightnvm/core.c 		kfree(rmap->chnls[i].lun_offs);
lun_offs          562 drivers/lightnvm/core.c 		kfree(rmap->chnls[i].lun_offs);
lun_offs          572 drivers/lightnvm/core.c 	int lun_off = ch_map->lun_offs[p->a.lun];
lun_offs          583 drivers/lightnvm/core.c 	int lun_roff = ch_rmap->lun_offs[p->a.lun];