Home
last modified time | relevance | path

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

/freebsd/sys/geom/part/
H A Dg_part_bsd.c167 entry->part.p_size = gpp->gpp_size; in g_part_bsd_add()
338 baseentry->gpe_end = baseentry->gpe_start + gpp->gpp_size - 1; in g_part_bsd_resize()
339 entry->part.p_size = gpp->gpp_size; in g_part_bsd_resize()
H A Dg_part_mbr.c245 size = gpp->gpp_size; in g_part_mbr_add()
387 size = gpp->gpp_size; in g_part_mbr_resize()
392 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && size < gpp->gpp_size && in g_part_mbr_resize()
H A Dg_part_apm.c223 entry->ent.ent_size = gpp->gpp_size; in g_part_apm_add()
373 baseentry->gpe_end = baseentry->gpe_start + gpp->gpp_size - 1; in g_part_apm_resize()
374 entry->ent.ent_size = gpp->gpp_size; in g_part_apm_resize()
H A Dg_part.c739 end = gpp->gpp_start + gpp->gpp_size - 1; in g_part_ctl_add()
749 (intmax_t)gpp->gpp_size); in g_part_ctl_add()
783 (intmax_t)gpp->gpp_size); in g_part_ctl_add()
1362 end = entry->gpe_start + gpp->gpp_size - 1; in g_part_ctl_resize()
1363 if (gpp->gpp_size < 1 || end > table->gpt_last) { in g_part_ctl_resize()
1365 (intmax_t)gpp->gpp_size); in g_part_ctl_resize()
1379 (intmax_t)gpp->gpp_size); in g_part_ctl_resize()
1387 if (entry->gpe_end - entry->gpe_start + 1 > gpp->gpp_size) { in g_part_ctl_resize()
1811 error = g_part_parm_quad(req, ap->name, &gpp.gpp_size); in g_part_ctlreq()
H A Dg_part.h228 quad_t gpp_size; member
H A Dg_part_ebr.c260 size = gpp->gpp_size; in g_part_ebr_add()
H A Dg_part_bsd64.c456 baseentry->gpe_end = baseentry->gpe_start + gpp->gpp_size - 1; in g_part_bsd64_resize()
H A Dg_part_gpt.c841 baseentry->gpe_end = baseentry->gpe_start + gpp->gpp_size - 1; in g_part_gpt_resize()