Home
last modified time | relevance | path

Searched refs:exfat_humanize_bytes (Results 1 – 2 of 2) sorted by relevance

/fs/exfat/
A Dutils.c138 void exfat_humanize_bytes(uint64_t value, struct exfat_human_bytes* hb) in exfat_humanize_bytes() function
171 exfat_humanize_bytes(SECTOR_SIZE(*sb), &hb); in exfat_print_info()
173 exfat_humanize_bytes(CLUSTER_SIZE(*sb), &hb); in exfat_print_info()
175 exfat_humanize_bytes(total_space, &hb); in exfat_print_info()
177 exfat_humanize_bytes(total_space - avail_space, &hb); in exfat_print_info()
179 exfat_humanize_bytes(avail_space, &hb); in exfat_print_info()
A Dexfat.h214 void exfat_humanize_bytes(uint64_t value, struct exfat_human_bytes* hb);

Completed in 3 milliseconds