Lines Matching defs:lun_bitmap
86 pblk_up_rq(pblk, c_ctx->lun_bitmap);
194 r_ctx->lun_bitmap = NULL;
222 pblk_up_rq(pblk, c_ctx->lun_bitmap);
324 unsigned long *lun_bitmap;
327 lun_bitmap = kzalloc(lm->lun_bitmap_len, GFP_KERNEL);
328 if (!lun_bitmap)
330 c_ctx->lun_bitmap = lun_bitmap;
334 kfree(lun_bitmap);
339 ret = pblk_map_rq(pblk, rqd, c_ctx->sentry, lun_bitmap,
342 ret = pblk_map_erase_rq(pblk, rqd, c_ctx->sentry, lun_bitmap,
459 if (test_bit(pos_opt, data_c_ctx->lun_bitmap) ||