Home
last modified time | relevance | path

Searched refs:string_get_size (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dstring_helpers.c34 void string_get_size(u64 size, u64 blk_size, const enum string_size_units units, in string_get_size() function
131 EXPORT_SYMBOL(string_get_size);
H A Dtest-string_helpers.c385 string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10)); in __test_string_get_size()
386 string_get_size(size, blk_size, STRING_UNITS_2, buf2, sizeof(buf2)); in __test_string_get_size()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstring_helpers.h18 void string_get_size(u64 size, u64 blk_size, enum string_size_units units,
/OK3568_Linux_fs/kernel/drivers/block/
H A Dvirtio_blk.c461 string_get_size(nblocks, queue_logical_block_size(q), in virtblk_update_capacity()
463 string_get_size(nblocks, queue_logical_block_size(q), in virtblk_update_capacity()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960906 string_get_size
H A Dabi_gki_aarch64_virtual_device1311 string_get_size
H A Dabi_gki_aarch64_galaxy3891 string_get_size
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dblock.c2463 string_get_size((u64)get_capacity(part_md->disk), 512, STRING_UNITS_2, in mmc_blk_alloc_part()
2601 string_get_size((u64)size, 512, STRING_UNITS_2, in mmc_blk_alloc_rpmb_part()
2946 string_get_size((u64)get_capacity(md->disk), 512, STRING_UNITS_2, in mmc_blk_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c253 string_get_size(size, 1, STRING_UNITS_2, buf, sizeof(buf)); in print_mapping()
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c2549 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in hugetlb_hstate_alloc_pages()
2580 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in report_hugepages()
3201 string_get_size(huge_page_size(&default_hstate), in hugetlb_init()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsd.c2630 string_get_size(sdkp->capacity, sector_size, in sd_print_capacity()
2632 string_get_size(sdkp->capacity, sector_size, in sd_print_capacity()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c3460 string_get_size((u64)to - from + 1, 1, STRING_UNITS_2, buf, in mem_region_show()