Home
last modified time | relevance | path

Searched refs:data_bitmap (Results 1 – 1 of 1) sorted by relevance

/drivers/target/
Dtarget_core_user.c151 unsigned long *data_bitmap; member
502 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()
514 dbi = find_first_zero_bit(udev->data_bitmap, udev->dbi_thresh); in tcmu_get_empty_block()
544 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()
862 space = spc_bitmap_free(udev->data_bitmap, udev->dbi_thresh); in tcmu_alloc_data_space()
1741 bitmap_free(udev->data_bitmap); in tcmu_dev_kref_release()
2211 udev->data_bitmap = bitmap_zalloc(udev->max_blocks, GFP_KERNEL); in tcmu_configure_device()
2213 if (!udev->data_bitmap) { in tcmu_configure_device()
2303 bitmap_free(udev->data_bitmap); in tcmu_configure_device()
2304 udev->data_bitmap = NULL; in tcmu_configure_device()
[all …]