Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/geom/part/
Dg_part.h160 int gpt_depth; /* Sub-partitioning level. */ member
Dg_part_apm.c257 if (basetable->gpt_depth != 0) in g_part_apm_create()
399 if (basetable->gpt_depth != 0) in g_part_apm_probe()
Dg_part_ebr.c299 if (basetable->gpt_depth == 0) in g_part_ebr_create()
456 if (table->gpt_depth == 0) in g_part_ebr_probe()
Dg_part.c700 table->gpt_depth = depth; in g_part_probe()
1045 table->gpt_depth = (!error) ? attr + 1 : 0; in g_part_ctl_create()
1216 null->gpt_depth = table->gpt_depth; in g_part_ctl_destroy()
1531 error = g_part_probe(gp, cp, table->gpt_depth); in g_part_ctl_undo()
2280 if (g_handleattr_int(bp, "PART::depth", table->gpt_depth)) in g_part_start()
Dg_part_gpt.c676 if (!allow_nesting && basetable->gpt_depth != 0) in g_part_gpt_create()
839 if (!allow_nesting && table->gpt_depth != 0) in g_part_gpt_probe()
Dg_part_ldm.c1302 if (basetable->gpt_depth != 0) in g_part_ldm_probe()