Lines Matching refs:p_size
298 if (lp->d_partitions[i].p_size) in fixlabel()
304 dp->p_size = lp->d_secperunit - dp->p_offset; in fixlabel()
388 if (lab.d_partitions[i].p_size) in writelabel()
489 if (lab.d_partitions[i].p_size) in readlabel()
494 if (lab.d_partitions[i].p_size) in readlabel()
563 if (pp->p_size) { in display()
565 (u_long)pp->p_size, (u_long)pp->p_offset); in display()
1016 pp->p_size = v; in getasciipartspec()
1173 pp->p_size = lp->d_secperunit; in checklabel()
1184 size = pp->p_size; in checklabel()
1223 pp->p_size = size; in checklabel()
1240 if (pp->p_offset + pp->p_size > base_offset) in checklabel()
1241 base_offset = pp->p_offset + pp->p_size; in checklabel()
1259 pp->p_size = ((double)pp->p_size/100) * free_space; in checklabel()
1286 needed += pp->p_size; in checklabel()
1289 base_offset = pp->p_offset + pp->p_size; in checklabel()
1298 needed += pp->p_size; in checklabel()
1311 lp->d_partitions[hog_part].p_size = 0; in checklabel()
1313 lp->d_partitions[hog_part].p_size = current_offset - in checklabel()
1355 current_offset = pp->p_offset + pp->p_size; in checklabel()
1362 if (pp->p_size == 0 && pp->p_offset != 0) in checklabel()
1366 if (pp->p_size % lp->d_secpercyl) in checklabel()
1378 if (pp->p_offset + pp->p_size > lp->d_secperunit) { in checklabel()
1389 if (pp->p_size != lp->d_secperunit) in checklabel()
1393 (pp->p_size != lp->d_secperunit)) { in checklabel()
1407 if (pp2->p_offset < pp->p_offset + pp->p_size && in checklabel()
1408 (pp2->p_offset + pp2->p_size > pp->p_offset || in checklabel()
1420 if (pp->p_size || pp->p_offset) in checklabel()
1422 'a' + i, pp->p_size, (u_long)pp->p_offset); in checklabel()
1495 dp->p_size = loclab.d_secperunit; in getvirginlabel()