Home
last modified time | relevance | path

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

/coreutils/src/
Ddf.c1191 uintmax_t nonroot_total = v->used + v->available; in get_dev() local
1192 pct = u100 / nonroot_total + (u100 % nonroot_total != 0); in get_dev()
1204 double nonroot_total = u + a; in get_dev() local
1205 if (nonroot_total) in get_dev()
1207 long int lipct = pct = u * 100 / nonroot_total; in get_dev()