Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/target/
Dtarget_core_user.c143 uint32_t dbi_max; member
525 if (dbi > udev->dbi_max) in tcmu_get_empty_block()
526 udev->dbi_max = dbi; in tcmu_get_empty_block()
1837 tcmu_blocks_release(&udev->data_blocks, 0, udev->dbi_max + 1); in tcmu_dev_kref_release()
2889 end = udev->dbi_max + 1; in find_free_blocks()
2891 if (block == udev->dbi_max) { in find_free_blocks()
2901 udev->dbi_max = 0; in find_free_blocks()
2904 udev->dbi_max = block; in find_free_blocks()