Searched refs:gpt_last (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/geom/part/
H A Dg_part_bsd.c230 basetable->gpt_last = msize - 1;
234 basetable->gpt_first, basetable->gpt_last);
237 entry->part.p_size = basetable->gpt_last + 1;
313 basetable->gpt_last = msize - 1;
317 baseentry->gpe_end = basetable->gpt_last;
431 basetable->gpt_last = msize - 1;
452 if (part.p_offset - table->offset > basetable->gpt_last)
H A Dg_part.h146 quad_t gpt_last; /* Last allocatable LBA */ member in struct:g_part_table
H A Dg_part.c333 if (table->gpt_last < table->gpt_first) {
335 (intmax_t)table->gpt_last, (intmax_t)table->gpt_first);
338 if (table->gpt_last > pp->mediasize / pp->sectorsize - 1) {
340 "%jd > %jd\n", (intmax_t)table->gpt_last,
354 if (e1->gpe_start > table->gpt_last) {
358 (intmax_t)table->gpt_last);
368 if (e1->gpe_end > table->gpt_last) {
372 (intmax_t)table->gpt_last);
741 gpp->gpp_start > table->gpt_last) {
746 if (end < gpp->gpp_start || end > table->gpt_last) {
[all...]
H A Dg_part_mbr.c291 basetable->gpt_last = MIN(pp->mediasize / pp->sectorsize,
382 basetable->gpt_last = MIN(pp->mediasize / pp->sectorsize,
526 basetable->gpt_last = msize - 1;
H A Dg_part_apm.c267 basetable->gpt_last = last;
366 basetable->gpt_last = MIN(pp->mediasize / pp->sectorsize,
465 basetable->gpt_last = table->ddr.ddr_blkcount - 1;
H A Dg_part_bsd64.c344 basetable->gpt_last = table->d_abase - 1; /* XXX */
452 basetable->gpt_last = table->d_abase - 1;
532 basetable->gpt_last = v64 / pp->sectorsize;
634 le64enc(&dlp->d_pstop, basetable->gpt_last * pp->sectorsize);
H A Dg_part_ebr.c347 basetable->gpt_last = msize - 1;
417 basetable->gpt_last = MIN(pp->mediasize / pp->sectorsize,
573 basetable->gpt_last = msize - 1;
H A Dg_part_gpt.c1046 basetable->gpt_last = table->hdr->hdr_lba_end;
1366 basetable->gpt_last = end;
H A Dg_part_ldm.c1359 basetable->gpt_last = basetable->gpt_first + db.ph.size - 1;

Completed in 175 milliseconds