Searched refs:hb (Results 1 – 2 of 2) sorted by relevance
| /fs/exfat/ |
| A D | utils.c | 158 hb->value = temp; in exfat_humanize_bytes() 159 hb->unit = units[i]; in exfat_humanize_bytes() 165 struct exfat_human_bytes hb; in exfat_print_info() local 171 exfat_humanize_bytes(SECTOR_SIZE(*sb), &hb); in exfat_print_info() 172 printf("Sector size %10"PRIu64" %s\n", hb.value, hb.unit); in exfat_print_info() 174 printf("Cluster size %10"PRIu64" %s\n", hb.value, hb.unit); in exfat_print_info() 175 exfat_humanize_bytes(total_space, &hb); in exfat_print_info() 176 printf("Volume size %10"PRIu64" %s\n", hb.value, hb.unit); in exfat_print_info() 178 printf("Used space %10"PRIu64" %s\n", hb.value, hb.unit); in exfat_print_info() 179 exfat_humanize_bytes(avail_space, &hb); in exfat_print_info() [all …]
|
| A D | exfat.h | 214 void exfat_humanize_bytes(uint64_t value, struct exfat_human_bytes* hb);
|
Completed in 4 milliseconds