Home
last modified time | relevance | path

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

/linux-6.15/drivers/target/
H A Dtarget_core_user.c151 unsigned long *data_bitmap; member
503 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()
545 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()
1742 bitmap_free(udev->data_bitmap); in tcmu_dev_kref_release()
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()
2492 if (udev->data_bitmap) { in tcmu_set_max_blocks_param()
2525 if (udev->data_bitmap) { in tcmu_set_data_pages_per_blk()
2556 if (udev->data_bitmap) { in tcmu_set_cmd_ring_size()
[all …]