Searched refs:STRING_UNITS_10 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | string_helpers.h | 22 STRING_UNITS_10, /* use powers of 10^3 (standard SI) */ enumerator
|
/linux-6.3-rc2/lib/ |
A D | string_helpers.c | 45 [STRING_UNITS_10] = units_10, in string_get_size() 49 [STRING_UNITS_10] = 1000, in string_get_size()
|
A D | test-string_helpers.c | 510 string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10)); in __test_string_get_size()
|
/linux-6.3-rc2/drivers/block/ |
A D | virtio_blk.c | 946 STRING_UNITS_10, cap_str_10, sizeof(cap_str_10)); in virtblk_update_capacity()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | sd.c | 2587 STRING_UNITS_10, cap_str_10, sizeof(cap_str_10)); in sd_print_capacity()
|
Completed in 16 milliseconds