Searched refs:STRING_UNITS_10 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | string_helpers.h | 22 STRING_UNITS_10, /* use powers of 10^3 (standard SI) */ enumerator
|
/linux-6.12.1/lib/ |
D | string_helpers.c | 50 [STRING_UNITS_10] = units_10, in string_get_size() 54 [STRING_UNITS_10] = 1000, in string_get_size()
|
D | string_helpers_kunit.c | 516 string_get_size(size, blk_size, STRING_UNITS_10 | units, buf10, sizeof(buf10)); in __test_string_get_size_one()
|
/linux-6.12.1/drivers/block/ |
D | virtio_blk.c | 934 STRING_UNITS_10, cap_str_10, sizeof(cap_str_10)); in virtblk_update_capacity()
|
/linux-6.12.1/drivers/scsi/ |
D | sd.c | 2928 STRING_UNITS_10, cap_str_10, sizeof(cap_str_10)); in sd_print_capacity()
|