Searched refs:string_get_size (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | string_helpers.h | 17 void string_get_size(u64 size, u64 blk_size, enum string_size_units units,
 | 
| /Linux-v5.4/lib/ | 
| D | string_helpers.c | 34 void string_get_size(u64 size, u64 blk_size, const enum string_size_units units,  in string_get_size()  function131 EXPORT_SYMBOL(string_get_size);
 
 | 
| D | test-string_helpers.c | 363 	string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10));  in __test_string_get_size()364 	string_get_size(size, blk_size, STRING_UNITS_2, buf2, sizeof(buf2));  in __test_string_get_size()
 
 | 
| /Linux-v5.4/drivers/block/ | 
| D | virtio_blk.c | 465 	string_get_size(nblocks, queue_logical_block_size(q),  in virtblk_update_capacity()467 	string_get_size(nblocks, queue_logical_block_size(q),  in virtblk_update_capacity()
 
 | 
| /Linux-v5.4/drivers/mmc/core/ | 
| D | block.c | 2447 	string_get_size((u64)get_capacity(part_md->disk), 512, STRING_UNITS_2,  in mmc_blk_alloc_part()2585 	string_get_size((u64)size, 512, STRING_UNITS_2,  in mmc_blk_alloc_rpmb_part()
 2927 	string_get_size((u64)get_capacity(md->disk), 512, STRING_UNITS_2,  in mmc_blk_probe()
 
 | 
| /Linux-v5.4/arch/powerpc/mm/book3s64/ | 
| D | radix_pgtable.c | 238 	string_get_size(size, 1, STRING_UNITS_2, buf, sizeof(buf));  in print_mapping()
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | sd.c | 2535 	string_get_size(sdkp->capacity, sector_size,  in sd_print_capacity()2537 	string_get_size(sdkp->capacity, sector_size,  in sd_print_capacity()
 
 | 
| /Linux-v5.4/mm/ | 
| D | hugetlb.c | 2274 		string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32);  in hugetlb_hstate_alloc_pages()2305 		string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32);  in report_hugepages()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_debugfs.c | 3262 	string_get_size((u64)to - from + 1, 1, STRING_UNITS_2, buf,  in mem_region_show()
 |