Searched refs:STRING_UNITS_10 (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | string_helpers.h | 16 STRING_UNITS_10, /* use powers of 10^3 (standard SI) */ enumerator
|
/linux/lib/ |
A D | string_helpers.c | 44 [STRING_UNITS_10] = units_10, in string_get_size() 48 [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/drivers/block/ |
A D | virtio_blk.c | 519 STRING_UNITS_10, cap_str_10, sizeof(cap_str_10)); in virtblk_update_capacity()
|
/linux/drivers/scsi/ |
A D | sd.c | 2631 STRING_UNITS_10, cap_str_10, sizeof(cap_str_10)); in sd_print_capacity()
|
Completed in 18 milliseconds