mountinfo
struct mountinfo mi[MAXPARTITIONS];
qsort((void *)mi, MAXPARTITIONS, sizeof(struct mountinfo), micmp);
struct mountinfo *mi1 = (struct mountinfo *)a1;
struct mountinfo *mi2 = (struct mountinfo *)a2;