Searched refs:data_bitmap (Results 1 – 1 of 1) sorted by relevance
143 unsigned long *data_bitmap; member482 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()491 dbi = find_first_zero_bit(udev->data_bitmap, udev->dbi_thresh); in tcmu_get_empty_block()514 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()844 space = spc_bitmap_free(udev->data_bitmap, udev->dbi_thresh); in is_ring_space_avail()1659 bitmap_free(udev->data_bitmap); in tcmu_dev_kref_release()1885 udev->data_bitmap = bitmap_zalloc(udev->max_blocks, GFP_KERNEL); in tcmu_configure_device()1887 if (!udev->data_bitmap) { in tcmu_configure_device()1972 bitmap_free(udev->data_bitmap); in tcmu_configure_device()1973 udev->data_bitmap = NULL; in tcmu_configure_device()[all …]