Home
last modified time | relevance | path

Searched refs:scround (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/util-linux/
Dfdisk_sun.c499 first = read_int(scround(start), scround(stop)+1, in add_sun_partition()
500 scround(stop), 0, mesg); in add_sun_partition()
551 last = read_int(scround(stop2), scround(stop2), scround(stop2), in add_sun_partition()
554 last = read_int(scround(first), scround(stop2), scround(stop2), in add_sun_partition()
555 scround(first), mesg); in add_sun_partition()
557 last = read_int(scround(first), scround(stop), scround(stop), in add_sun_partition()
558 scround(first), mesg); in add_sun_partition()
570 scround(last), str_units(), in add_sun_partition()
571 scround(stop), str_units()); in add_sun_partition()
664 (long) scround(start), /* start */ in sun_list_table()
[all …]
Dfdisk_sgi.c332 /* start */ (long) scround(start), in sgi_list_table()
333 /* end */ (long) scround(start+len)-1, in sgi_list_table()
735 first = read_int(scround(first), scround(first), scround(last)-1, in sgi_add_partition()
750 last = read_int(scround(first), scround(last)-1, scround(last)-1, in sgi_add_partition()
751 scround(first), mesg)+1; in sgi_add_partition()
Dfdisk.c539 #define scround(x) (((x)+units_per_sector-1)/units_per_sector) macro