Searched refs:data_bitmap (Results 1 – 1 of 1) sorted by relevance
145 unsigned long *data_bitmap; member495 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()505 dbi = find_first_zero_bit(udev->data_bitmap, udev->dbi_thresh); in tcmu_get_empty_block()528 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()855 space = spc_bitmap_free(udev->data_bitmap, udev->dbi_thresh); in tcmu_alloc_data_space()1843 bitmap_free(udev->data_bitmap); in tcmu_dev_kref_release()2069 udev->data_bitmap = bitmap_zalloc(udev->max_blocks, GFP_KERNEL); in tcmu_configure_device()2071 if (!udev->data_bitmap) { in tcmu_configure_device()2158 bitmap_free(udev->data_bitmap); in tcmu_configure_device()2159 udev->data_bitmap = NULL; in tcmu_configure_device()[all …]