tcmu_global_max_blocks 207 drivers/target/target_core_user.c static int tcmu_global_max_blocks = TCMU_GLOBAL_MAX_BLOCKS_DEF; tcmu_global_max_blocks 223 drivers/target/target_core_user.c tcmu_global_max_blocks = TCMU_MBS_TO_BLOCKS(max_area_mb); tcmu_global_max_blocks 224 drivers/target/target_core_user.c if (atomic_read(&global_db_count) > tcmu_global_max_blocks) tcmu_global_max_blocks 235 drivers/target/target_core_user.c return sprintf(buffer, "%d", TCMU_BLOCKS_TO_MBS(tcmu_global_max_blocks)); tcmu_global_max_blocks 498 drivers/target/target_core_user.c tcmu_global_max_blocks) tcmu_global_max_blocks 1272 drivers/target/target_core_user.c tcmu_global_max_blocks) tcmu_global_max_blocks 2142 drivers/target/target_core_user.c if (udev->max_blocks > tcmu_global_max_blocks) { tcmu_global_max_blocks 2144 drivers/target/target_core_user.c val, TCMU_BLOCKS_TO_MBS(tcmu_global_max_blocks)); tcmu_global_max_blocks 2145 drivers/target/target_core_user.c udev->max_blocks = tcmu_global_max_blocks; tcmu_global_max_blocks 2641 drivers/target/target_core_user.c if (atomic_read(&global_db_count) <= tcmu_global_max_blocks) tcmu_global_max_blocks 2694 drivers/target/target_core_user.c if (atomic_read(&global_db_count) > tcmu_global_max_blocks)