Searched refs:exfat_humanize_bytes (Results 1 – 2 of 2) sorted by relevance
138 void exfat_humanize_bytes(uint64_t value, struct exfat_human_bytes* hb) in exfat_humanize_bytes() function171 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()
214 void exfat_humanize_bytes(uint64_t value, struct exfat_human_bytes* hb);
Completed in 3 milliseconds