Searched refs:total_number_of_sectors (Results 1 – 2 of 2) sorted by relevance
111 smart_ulltoa5(total_number_of_sectors * sector_size, numstr6, " KMGTPEZY")[0] = '\0'; in gpt_list_table() local113 (unsigned long long)total_number_of_sectors, in gpt_list_table()
442 sector_t total_number_of_sectors; member478 #define total_number_of_sectors (G.total_number_of_sectors) macro1408 total_number_of_sectors = bb_BLKGETSIZE_sectors(dev_fd); in get_geometry()1414 g_cylinders = total_number_of_sectors / (g_heads * g_sectors * sec_fac); in get_geometry()2030 ullong xbytes = total_number_of_sectors / (1024*1024 / 512); in list_disk_geometry()2043 ((ullong)total_number_of_sectors * 512), total_number_of_sectors, in list_disk_geometry()2469 if (display_in_cyl_units || !total_number_of_sectors) in add_partition()2472 limit = total_number_of_sectors - 1; in add_partition()