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