Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/target/
Dtarget_core_user.c151 unsigned long *data_bitmap; member
503 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()
515 dbi = find_first_zero_bit(udev->data_bitmap, udev->dbi_thresh); in tcmu_get_empty_block()
545 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()
863 space = spc_bitmap_free(udev->data_bitmap, udev->dbi_thresh); in tcmu_alloc_data_space()
1742 bitmap_free(udev->data_bitmap); in tcmu_dev_kref_release()
2212 udev->data_bitmap = bitmap_zalloc(udev->max_blocks, GFP_KERNEL); in tcmu_configure_device()
2214 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 …]